Explorar o código

Merge pull request #95 from Subv/patch-1

Use <poll.h> instead of <sys/poll.h> in unix.c
Lee Salzman %!s(int64=7) %!d(string=hai) anos
pai
achega
295456fba9
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      unix.c

+ 1 - 1
unix.c

@@ -51,7 +51,7 @@
 #endif
 
 #ifdef HAS_POLL
-#include <sys/poll.h>
+#include <poll.h>
 #endif
 
 #ifndef HAS_SOCKLEN_T