]> Zhao Yanbai Git Server - minix.git/commitdiff
Fixed compilation issue.
authorThomas Veerman <thomas@minix3.org>
Thu, 13 Aug 2009 09:02:43 +0000 (09:02 +0000)
committerThomas Veerman <thomas@minix3.org>
Thu, 13 Aug 2009 09:02:43 +0000 (09:02 +0000)
commands/simple/mount.c

index 7f0aef6b2d29b821c70520e4d3c6bb94149e9da2..911407bf3580181f689b24e6e092438389229304 100755 (executable)
@@ -6,6 +6,7 @@
 #include <stdlib.h>
 #include <dirent.h>
 #include <string.h>
+#include <unistd.h>
 #include <sys/mount.h>
 #include <fcntl.h>
 #include <minix/config.h>