mirror of
https://github.com/simh/simh.git
synced 2026-01-13 15:27:14 +00:00
Fix for OSX clean compile
This commit is contained in:
parent
d733bc3eb9
commit
1d490907ad
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user