lib: Added some missing headers to mtio-epoll.
authorFredrik Tolf <fredrik@dolda2000.com>
Wed, 9 Mar 2011 00:02:35 +0000 (01:02 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Wed, 9 Mar 2011 00:02:35 +0000 (01:02 +0100)
lib/mtio-epoll.c

index 8510c5e..511af81 100644 (file)
@@ -17,6 +17,8 @@
 */
 
 #include <stdlib.h>
+#include <unistd.h>
+#include <time.h>
 #include <fcntl.h>
 #include <string.h>
 #include <sys/epoll.h>