moved #include <sys/param.h> inside #ifdef __APPLE__

This commit is contained in:
Stefan Gartner 2003-05-12 17:13:12 +00:00
parent ab3b02405f
commit 936f7541c4

@ -69,9 +69,8 @@
#include <sys/time.h>
#endif
#include <sys/param.h>
#ifdef __APPLE__
#include <sys/param.h>
#include <CoreFoundation/CoreFoundation.h>
#endif