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:
committed by
Gerald (Jerry) Carter
parent
2a64ee4227
commit
a1acb3300e
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user