]> www.dolda2000.com Git - ashd.git/commitdiff
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 43cc1f7045d3478c483846ebf57a232684b5d100..3b728d0d8c62b1647d62fbfe332b5a2a482902ef 100644 (file)
@@ -18,6 +18,7 @@
 
 #include <stdlib.h>
 #include <stdio.h>
+#include <unistd.h>
 #include <fcntl.h>
 #include <string.h>
 #include <errno.h>