lib: Added missing required headers to mtio-select.
authorFredrik Tolf <fredrik@dolda2000.com>
Tue, 20 Sep 2011 15:14:27 +0000 (17:14 +0200)
committerFredrik Tolf <fredrik@dolda2000.com>
Tue, 20 Sep 2011 15:14:27 +0000 (17:14 +0200)
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>