Преглед на файлове

merged changes from lsalzman/enet#e2ef839

Vladyslav Hrytsenko преди 6 години
родител
ревизия
cf60e3441f
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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>