Include poll.h, not sys/poll.h

... the posixly correct location.
This commit is contained in:
Kim Woelders
2020-10-08 17:31:19 +02:00
parent e51a98e4b2
commit 41802ce7e9
+1 -1
View File
@@ -8,6 +8,7 @@
#include <errno.h>
#include <fuse_opt.h>
#include <netdb.h>
#include <poll.h>
#include <pthread.h>
#include <signal.h>
#include <stdarg.h>
@@ -22,7 +23,6 @@
#include <linux/ppp-ioctl.h>
#include <netinet/in.h>
#include <sys/ioctl.h>
#include <sys/poll.h>
#include <sys/socket.h>
#include "nvt_log.h"