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
@@ -25,7 +25,7 @@
#include <unistd.h>
#include <stdio.h>
#include <stdlib.h>
#include <poll.h>
#include <sys/poll.h>
#include <sys/ioctl.h>
#include <sys/types.h>
#include <pwd.h>