lib: Added some more missing headers.
authorFredrik Tolf <fredrik@dolda2000.com>
Wed, 9 Mar 2011 00:04:28 +0000 (01:04 +0100)
committerFredrik Tolf <fredrik@dolda2000.com>
Wed, 9 Mar 2011 00:04:28 +0000 (01:04 +0100)
It is weird how I could have missed these earlier...

lib/mtio.c

index 43cc1f7..3b728d0 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <fcntl.h>
 #include <string.h>
 #include <errno.h>