chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / shared / logs-show.c
index 45741f9e9da1dcad1e9cb7794c1caa02679c8fbd..c2495056d77005f809557b0e6d7cf9949d9ce7f1 100644 (file)
@@ -22,7 +22,7 @@
 #include <time.h>
 #include <assert.h>
 #include <errno.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/socket.h>
 #include <string.h>
 #include <fcntl.h>