Problem: Small build misses float function declaraitons.
Solution: Adjust #ifdefs.
# define MESSAGE_QUEUE
#endif
+#include <float.h>
+#if defined(HAVE_MATH_H)
+ // for isnan() and isinf()
+# include <math.h>
+#endif
+
#if defined(FEAT_EVAL)
-# include <float.h>
-# if defined(HAVE_MATH_H)
- // for isnan() and isinf()
-# include <math.h>
-# endif
# ifdef USING_FLOAT_STUFF
# ifdef MSWIN
# ifndef isnan
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 494,
/**/
493,
/**/