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