chiark / gitweb /
include <poll.h> instead of <sys/poll.h>
[elogind.git] / src / reply-password / reply-password.c
index 54683b6f4af25c3bd47fd1499f18bfb9a95c3894..abf5f525dd9c0e603f21ecba7cff470b3c10be31 100644 (file)
@@ -20,7 +20,7 @@
 ***/
 
 #include <sys/socket.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/types.h>
 #include <assert.h>
 #include <string.h>