summaryrefslogtreecommitdiff
path: root/create.c
diff options
context:
space:
mode:
Diffstat (limited to 'create.c')
-rw-r--r--create.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/create.c b/create.c
index e5a98b0..5355be0 100644
--- a/create.c
+++ b/create.c
@@ -28,6 +28,10 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
+#include <sys/types.h>
+
+#include <stdarg.h>
+#include <stdint.h>
#include <stdlib.h>
#include <kcgi.h>
#include <kcgihtml.h>