mirror of https://github.com/wolfSSL/wolfBoot.git
Re-added missing includes in ufserver when compiling on linux
parent
aaa5f962e6
commit
fbf4f727a6
|
@ -37,6 +37,11 @@
|
|||
#include <string.h>
|
||||
#include <libgen.h>
|
||||
|
||||
#ifndef __MACH__
|
||||
#include <termio.h>
|
||||
#include <linux/serial.h>
|
||||
#endif
|
||||
|
||||
|
||||
#define CMD_HDR_WOLF 'W'
|
||||
#define CMD_HDR_VER 'V'
|
||||
|
|
Loading…
Reference in New Issue