Explorar o código

merged changes from lsalzman/enet#e2ef839

Vladyslav Hrytsenko %!s(int64=6) %!d(string=hai) anos
pai
achega
cf60e3441f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      include/enet.h

+ 1 - 1
include/enet.h

@@ -142,10 +142,10 @@
     #include <sys/ioctl.h>
     #include <sys/time.h>
     #include <sys/socket.h>
-    #include <sys/poll.h>
     #include <arpa/inet.h>
     #include <netinet/in.h>
     #include <netinet/tcp.h>
+    #include <poll.h>
     #include <netdb.h>
     #include <unistd.h>
     #include <string.h>