Fixed #include problems on Mac.
This commit is contained in:
parent
f0c717c1a3
commit
45f7d6cccf
|
@ -26,8 +26,6 @@
|
||||||
#ifdef __APPLE__
|
#ifdef __APPLE__
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
#include <asm/termios.h>
|
|
||||||
#include <asm/ioctls.h>
|
|
||||||
#include "OSXHelperFunctions.h"
|
#include "OSXHelperFunctions.h"
|
||||||
|
|
||||||
speed_t getBaudRateCode(speed_t baudRate)
|
speed_t getBaudRateCode(speed_t baudRate)
|
||||||
|
|
|
@ -38,6 +38,7 @@
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#include <termios.h>
|
#include <termios.h>
|
||||||
#include <sys/time.h>
|
#include <sys/time.h>
|
||||||
|
#include "OSXHelperFunctions.h"
|
||||||
#include "../com_fazecast_jSerialComm_SerialPort.h"
|
#include "../com_fazecast_jSerialComm_SerialPort.h"
|
||||||
|
|
||||||
// Cached class, method, and field IDs
|
// Cached class, method, and field IDs
|
||||||
|
|
Loading…
Reference in New Issue