misc: use right include for fctnl.h and poll.h
[vpp.git] / src / vlib / physmem.c
index 76f8494..0abfe7e 100644 (file)
@@ -17,7 +17,7 @@
 #include <sys/types.h>
 #include <sys/mount.h>
 #include <sys/mman.h>
-#include <sys/fcntl.h>
+#include <fcntl.h>
 #include <sys/stat.h>
 #include <unistd.h>