Added support for the Mac OS X operating system.
This commit is contained in:
parent
331ecf1a09
commit
0b5c63995f
@ -11,6 +11,10 @@
|
|||||||
#include <sys/time.h> // gettimeofday
|
#include <sys/time.h> // gettimeofday
|
||||||
#include <time.h> // nanosleep
|
#include <time.h> // nanosleep
|
||||||
|
|
||||||
|
#ifndef TIOCINQ
|
||||||
|
#define TIOCINQ FIONREAD
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "serial.h"
|
#include "serial.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user