소스 검색

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>