Procházet zdrojové kódy

merged changes from lsalzman/enet#e2ef839

Vladyslav Hrytsenko před 6 roky
rodič
revize
cf60e3441f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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>