Fix for OSX clean compile

This commit is contained in:
Mark Pizzolato 2011-11-02 14:54:00 -07:00
parent d733bc3eb9
commit 1d490907ad

View file

@ -33,6 +33,10 @@
#include <time.h>
#if defined (__APPLE__)
#define HAVE_STRUCT_TIMESPEC 1 /* OSX defined the structure but doesn't tell us */
#endif
#ifndef CLOCK_REALTIME
#define CLOCK_REALTIME 1
#define NEED_CLOCK_GETTIME 1