chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / tty-ask-password-agent / tty-ask-password-agent.c
index bdf651246bd0dad742e017a6c157cea0b1e45a74..47093b850dcf4f319a3634748dd9fb0e3e5949f8 100644 (file)
@@ -25,7 +25,7 @@
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <stddef.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/inotify.h>
 #include <unistd.h>
 #include <getopt.h>