summaryrefslogtreecommitdiff
path: root/tools/tap-test.c
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2018-10-03 11:51:36 +0100
committerDaniel Wagner <wagi@monom.org>2018-10-08 08:27:06 +0200
commit920d48eaaaab349462a28fae7f9eece8abb90314 (patch)
tree76f9d297ce1e712c8bc34763ff8ed7371a4ac79b /tools/tap-test.c
parent820b7a7426661a23ca437adacb19bfde9fa1b615 (diff)
downloadconnman-920d48eaaaab349462a28fae7f9eece8abb90314.tar.gz
tools: Include poll.h instead of sys/poll.h
musl warns when sys/foo.h is included when just foo.h should be included.
Diffstat (limited to 'tools/tap-test.c')
-rw-r--r--tools/tap-test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/tap-test.c b/tools/tap-test.c
index 57917f51..cb3ee622 100644
--- a/tools/tap-test.c
+++ b/tools/tap-test.c
@@ -28,7 +28,7 @@
#include <fcntl.h>
#include <unistd.h>
#include <string.h>
-#include <sys/poll.h>
+#include <poll.h>
#include <sys/ioctl.h>
#include <netinet/in.h>