]> sipb.mit.edu Git - ikiwiki.git/commitdiff
man page says I need this
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 4 Sep 2006 03:50:27 +0000 (03:50 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Mon, 4 Sep 2006 03:50:27 +0000 (03:50 +0000)
IkiWiki/Wrapper.pm

index deba58d2893e819d51968f9889c99f2807cd26e0..0f64a59f4c039ab24872457cc3529c364deee172 100644 (file)
@@ -58,6 +58,7 @@ EOF
 /* A wrapper for ikiwiki, can be safely made suid. */
 #define _GNU_SOURCE
 #include <stdio.h>
 /* A wrapper for ikiwiki, can be safely made suid. */
 #define _GNU_SOURCE
 #include <stdio.h>
+#include <sys/types.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
 #include <stdlib.h>
 #include <string.h>