lib: Added missing required headers to mtio-select.
[ashd.git] / lib / mtio-select.c
index 63f4e8b..6536c95 100644 (file)
@@ -18,6 +18,8 @@
 
 #include <stdlib.h>
 #include <string.h>
+#include <time.h>
+#include <unistd.h>
 #include <errno.h>
 #include <sys/select.h>