Просмотр исходного кода

Merge pull request #26 from wenyongh/master

Fix minor compile warning
wenyongh 6 лет назад
Родитель
Сommit
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 <getopt.h>
 #include <termios.h>
+#include <unistd.h>
 
 #include "host_tool_utils.h"
 #include "shared_utils.h"