]> Zhao Yanbai Git Server - minix.git/commitdiff
fix compiler warning by including for prototype.
authorBen Gras <ben@minix3.org>
Mon, 5 Oct 2009 16:45:03 +0000 (16:45 +0000)
committerBen Gras <ben@minix3.org>
Mon, 5 Oct 2009 16:45:03 +0000 (16:45 +0000)
servers/ipc/sem.c

index 965b560d5aab15221acd932bd8478ae4979b71af..5eaf59e7bfe61dd339c23afd1db9850c3e9a2da0 100644 (file)
@@ -1,5 +1,7 @@
 #define __USE_MISC
 
+#include <minix/vm.h>
+
 #include "inc.h"
 
 struct waiting {