summaryrefslogtreecommitdiffstats
path: root/src/polypcore/poll.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/polypcore/poll.c')
-rw-r--r--src/polypcore/poll.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/polypcore/poll.c b/src/polypcore/poll.c
index 193fc812..6a29a953 100644
--- a/src/polypcore/poll.c
+++ b/src/polypcore/poll.c
@@ -42,7 +42,8 @@
#ifndef HAVE_SYS_POLL_H
-#include "util.h"
+#include <polypcore/util.h>
+
#include "poll.h"
int poll (struct pollfd *fds, unsigned long int nfds, int timeout) {