osx: use <float.h> instead of <values.h>
Signed-off-by: Žilvinas Valinskas <zilvinas.valinskas@gmail.com> Signed-off-by: Thomas Graf <tgraf@suug.ch>
This commit is contained in:
parent
deb1cd2aba
commit
be69e1c337
@ -46,7 +46,11 @@
|
||||
#include <syslog.h>
|
||||
#include <sys/wait.h>
|
||||
#include <dirent.h>
|
||||
#include <values.h>
|
||||
#ifdef SYS_BSD
|
||||
# include <float.h>
|
||||
#else
|
||||
# include <values.h>
|
||||
#endif
|
||||
|
||||
#if TIME_WITH_SYS_TIME
|
||||
# include <sys/time.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user