Fix ioctl

This commit is contained in:
Quentin Smith
2012-02-26 19:26:17 -05:00
committed by Keith Winstein
parent b275571b8f
commit d5a1afd5e1
+1
View File
@@ -32,6 +32,7 @@
#include <wctype.h> #include <wctype.h>
#include <iostream> #include <iostream>
#include <typeinfo> #include <typeinfo>
#include <sys/ioctl.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <fcntl.h> #include <fcntl.h>
#include <sys/signalfd.h> #include <sys/signalfd.h>