summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-07-14 13:33:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:23:06 -0500
commitf48a20b249bdc3db549e2295404db697c92a9798 (patch)
tree489723716ddeb985aaf28d6039f1964749d9ce49 /source4
parent89641975bbec8bc61ebc045f307a8973a06df68d (diff)
downloadsamba-f48a20b249bdc3db549e2295404db697c92a9798.tar.gz
samba-f48a20b249bdc3db549e2295404db697c92a9798.tar.bz2
samba-f48a20b249bdc3db549e2295404db697c92a9798.zip
r8470: looks like popt portability is going to be a bit of a fight :(
(This used to be commit d3872a6e4ce0227fa3c84173562551d0270918b6)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/popt/popt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/source4/lib/popt/popt.c b/source4/lib/popt/popt.c
index 253fe9c424..f25b9279a4 100644
--- a/source4/lib/popt/popt.c
+++ b/source4/lib/popt/popt.c
@@ -12,7 +12,8 @@
#if HAVE_MATH_H
#include <math.h>
-#elif HAVE_FLOAT_H
+#endif
+#if HAVE_FLOAT_H
#include <float.h>
#endif