Browse Source

Merge pull request #95 from Subv/patch-1

Use <poll.h> instead of <sys/poll.h> in unix.c
Lee Salzman 7 years ago
parent
commit
295456fba9
1 changed files with 1 additions and 1 deletions
  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