misc: use right include for fctnl.h and poll.h
[vpp.git] / src / vcl / vppcom.h
index c9f7b8b..81a6634 100644 (file)
@@ -18,8 +18,8 @@
 
 #include <netdb.h>
 #include <errno.h>
-#include <sys/fcntl.h>
-#include <sys/poll.h>
+#include <fcntl.h>
+#include <poll.h>
 #include <sys/epoll.h>
 
 /* *INDENT-OFF* */