瀏覽代碼

Fix compile warning

wenyongh 7 年之前
父節點
當前提交
fbeaf8f589
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      test-tools/host-tool/src/main.c

+ 1 - 0
test-tools/host-tool/src/main.c

@@ -20,6 +20,7 @@
 #include <errno.h>
 #include <getopt.h>
 #include <termios.h>
+#include <unistd.h>
 
 #include "host_tool_utils.h"
 #include "shared_utils.h"