Added support for the Mac OS X operating system.

This commit is contained in:
Jef Driesen 2008-02-08 09:02:36 +00:00
parent 331ecf1a09
commit 0b5c63995f

View File

@ -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"