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
@@ -18,7 +18,7 @@
#include <termios.h>
#include <unistd.h>
#include <poll.h>
#include <sys/poll.h>
#include "user.h"
#include "fatal_assert.h"