lib: Added some missing headers to mtio-epoll.
[ashd.git] / 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>