]> www.dolda2000.com Git - ashd.git/commitdiff
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 8510c5e52755f7b97e598a3ce868fcdd1a316bfb..511af811cf75aa580aa5125f63aed0ced43cb9c9 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>