diff options
Diffstat (limited to 'src/polyp')
-rw-r--r-- | src/polyp/mainloop.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/polyp/mainloop.c b/src/polyp/mainloop.c index a694c144..e975d7d7 100644 --- a/src/polyp/mainloop.c +++ b/src/polyp/mainloop.c @@ -35,7 +35,7 @@ #ifdef HAVE_SYS_POLL_H #include <sys/poll.h> #else -#include "poll.h" +#include "../polypcore/poll.h" #endif #include "../polypcore/winsock.h" |