]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/udev/udevd.c
include <poll.h> instead of <sys/poll.h>
[thirdparty/systemd.git] / src / udev / udevd.c
index 009e2fed754992c622a6fb3d9bdf38569b34f406..99d4c8983a5564bef80b3da0cb3e80e760047b35 100644 (file)
@@ -39,7 +39,7 @@
 #include <sys/signalfd.h>
 #include <sys/epoll.h>
 #include <sys/mount.h>
-#include <sys/poll.h>
+#include <poll.h>
 #include <sys/wait.h>
 #include <sys/stat.h>
 #include <sys/ioctl.h>