r8470: looks like popt portability is going to be a bit of a fight :(
authorAndrew Tridgell <tridge@samba.org>
Thu, 14 Jul 2005 13:33:17 +0000 (13:33 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:23:06 +0000 (13:23 -0500)
source/lib/popt/popt.c

index 253fe9c424e7c0e4deed998d1afcf67ee9673997..f25b9279a47aa90483684361c9da6a80a0465d1d 100644 (file)
@@ -12,7 +12,8 @@
 
 #if HAVE_MATH_H
 #include <math.h>
-#elif HAVE_FLOAT_H
+#endif
+#if HAVE_FLOAT_H
 #include <float.h>
 #endif