index
:
enet
master
ENet reliable UDP networking library
lsalzman
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
unix.c
2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index c36a082..4fa6287 100644
--- a/
unix.c
+++ b/
unix.c
@@ -51,7 +51,7 @@
#endif
#ifdef HAS_POLL
-#include <sys/poll.h>
+#include <poll.h>
#endif
#ifndef HAS_SOCKLEN_T