Merge pull request #26 from wenyongh/master

Fix minor compile warning
This commit is contained in:
wenyongh
2019-05-17 05:15:24 -05:00
committed by GitHub

View File

@ -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"