Skip to content

Commit fbf4f72

Browse files
committed
Re-added missing includes in ufserver when compiling on linux
1 parent aaa5f96 commit fbf4f72

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tools/uart-flash-server/ufserver.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,11 @@
3737
#include <string.h>
3838
#include <libgen.h>
3939

40+
#ifndef __MACH__
41+
#include <termio.h>
42+
#include <linux/serial.h>
43+
#endif
44+
4045

4146
#define CMD_HDR_WOLF 'W'
4247
#define CMD_HDR_VER 'V'

0 commit comments

Comments
 (0)