فهرست منبع

Merge pull request #26 from wenyongh/master

Fix minor compile warning
wenyongh 6 سال پیش
والد
کامیت
d177ee9733
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 <errno.h>
 #include <getopt.h>
 #include <getopt.h>
 #include <termios.h>
 #include <termios.h>
+#include <unistd.h>
 
 
 #include "host_tool_utils.h"
 #include "host_tool_utils.h"
 #include "shared_utils.h"
 #include "shared_utils.h"