Revert "Fix build when targeting Sierra."

This reverts commit 35ca220d90.

Going with https://github.com/cebix/macemu/pull/115 instead.
This commit is contained in:
Alexei Svitkine 2017-08-08 23:37:56 -04:00
parent 35ca220d90
commit 9f93648ea5

View File

@ -32,7 +32,7 @@
#define CLOCK_REALTIME 0
#endif
#if !defined(HAVE_CLOCK_GETTIME) && defined(__MACH__)
#if defined(__MACH__)
#include <mach/mach.h>
#include <mach/clock.h>