mirror of
https://github.com/wjwwood/serial.git
synced 2026-01-22 11:44:53 +08:00
Merge pull request #70 from bakercp/bugfix-availability-macros
Add include for OSX version checking macros.
This commit is contained in:
commit
88ee4b3e3b
@ -27,6 +27,7 @@
|
||||
#include <sys/time.h>
|
||||
#include <time.h>
|
||||
#ifdef __MACH__
|
||||
#include <AvailabilityMacros.h>
|
||||
#include <mach/clock.h>
|
||||
#include <mach/mach.h>
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user