chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / bus-proxyd / proxy.c
index bd02ee12b37754b5fb47fbd174de75d8879d0605..2a3de709580c876b398de42ef32b3e2d82648ca3 100644 (file)
@@ -29,7 +29,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <stddef.h>
 #include <getopt.h>