chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / journal / sd-journal.c
index ecf47fda3d36481d5426eb3c323fd5674a36b6e8..94891cdf35b16b6aad570e2150fa81fb2c7a4643 100644 (file)
@@ -24,7 +24,7 @@
 #include <stddef.h>
 #include <unistd.h>
 #include <sys/inotify.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/vfs.h>
 #include <linux/magic.h>