1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r8467: using both math.h and float.h breaks popt on freebsd 5.4

This commit is contained in:
Andrew Tridgell
2005-07-14 13:21:27 +00:00
committed by Gerald (Jerry) Carter
parent 2a64ee4227
commit a1acb3300e

View File

@@ -10,10 +10,11 @@
#include "system.h"
#if HAVE_FLOAT_H
#if HAVE_MATH_H
#include <math.h>
#elif HAVE_FLOAT_H
#include <float.h>
#endif
#include <math.h>
#include "findme.h"
#include "poptint.h"