aboutsummaryrefslogtreecommitdiff
path: root/IkiWiki/Wrapper.pm
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-04 03:50:27 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-09-04 03:50:27 +0000
commitc2a3e1b127105e7bd19bcbeca9b30d558f70b202 (patch)
treeccadc32b28bbdba11bfc4cb15593d523db8d55ba /IkiWiki/Wrapper.pm
parent2b7145a43cac4f3fabf04661131d50f2d788965a (diff)
downloadikiwiki-c2a3e1b127105e7bd19bcbeca9b30d558f70b202.tar
ikiwiki-c2a3e1b127105e7bd19bcbeca9b30d558f70b202.tar.gz
man page says I need this
Diffstat (limited to 'IkiWiki/Wrapper.pm')
-rw-r--r--IkiWiki/Wrapper.pm1
1 files changed, 1 insertions, 0 deletions
diff --git a/IkiWiki/Wrapper.pm b/IkiWiki/Wrapper.pm
index deba58d28..0f64a59f4 100644
--- a/IkiWiki/Wrapper.pm
+++ b/IkiWiki/Wrapper.pm
@@ -58,6 +58,7 @@ EOF
/* 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>