Commit 86f49121 authored by Felix Paul Kühne's avatar Felix Paul Kühne

mtime.c compilation fix

parent f5ff9ebc
...@@ -42,6 +42,8 @@ ...@@ -42,6 +42,8 @@
#if !defined (_POSIX_TIMERS) #if !defined (_POSIX_TIMERS)
# define _POSIX_TIMERS (-1) # define _POSIX_TIMERS (-1)
# include <sys/time.h> # include <sys/time.h>
#elif defined __APPLE__
# include <sys/time.h>
#else #else
# include <time.h> /* clock_gettime() */ # include <time.h> /* clock_gettime() */
#endif #endif
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment