chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / bus-proxyd / stdio-bridge.c
index 6fb83033d9e84fdf96ae07a5faea5f2e8806c712..434a989bfcc814790c2a4037dc89b4e4f957b4cf 100644 (file)
@@ -28,7 +28,7 @@
 #include <unistd.h>
 #include <string.h>
 #include <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <stddef.h>
 #include <getopt.h>