Skip to content

Commit af8363b

Browse files
committed
Apple compiles on macOS
1 parent 2756e00 commit af8363b

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

lib/device/iwm/cpm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
#include "cpm.h"
55

66
#include "fnSystem.h"
7-
#include "fnUART.h"
87
#include "fnWiFi.h"
98
#include "fuji.h"
109
#include "fnFS.h"

lib/device/iwm/modem.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
#include "compat_inet.h"
66
#include "../../include/atascii.h"
77
#include "modem.h"
8-
#include "../hardware/fnUART.h"
98
#include "fnWiFi.h"
109
#include "fnSystem.h"
1110
#include "../utils/utils.h"

lib/hardware/TTYChannel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#include "linux_termios2.h"
1111
#elif defined(__APPLE__)
1212
#include <IOKit/serial/ioss.h>
13+
#include <sys/ioctl.h>
1314
#endif
1415

1516
#include "../../include/debug.h"

0 commit comments

Comments
 (0)