Fix poll.h location

This commit is contained in:
Quentin Smith
2012-03-27 01:03:07 -04:00
committed by Keith Winstein
parent 2c4bf49490
commit 44ab7360bc
6 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -23,7 +23,7 @@
#include <stdlib.h>
#include <signal.h>
#include <errno.h>
#include <poll.h>
#include <sys/poll.h>
#include <string.h>
#include <locale.h>
#include <wchar.h>