summaryrefslogtreecommitdiff
path: root/pr/src/md/unix/uxpoll.c
diff options
context:
space:
mode:
Diffstat (limited to 'pr/src/md/unix/uxpoll.c')
-rw-r--r--pr/src/md/unix/uxpoll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pr/src/md/unix/uxpoll.c b/pr/src/md/unix/uxpoll.c
index a4f6b6fc..244782bf 100644
--- a/pr/src/md/unix/uxpoll.c
+++ b/pr/src/md/unix/uxpoll.c
@@ -25,7 +25,7 @@
#include <fcntl.h>
#ifdef _PR_USE_POLL
-#include <sys/poll.h>
+#include <poll.h>
#endif
#if defined(_PR_USE_POLL)