summaryrefslogtreecommitdiff
path: root/cgi.h
diff options
context:
space:
mode:
Diffstat (limited to 'cgi.h')
-rw-r--r--cgi.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/cgi.h b/cgi.h
index b834246..d6f3af7 100644
--- a/cgi.h
+++ b/cgi.h
@@ -31,6 +31,10 @@
#ifndef CGI_H
#define CGI_H
+#include <sys/types.h>
+
+#include <stdarg.h>
+#include <stdint.h>
#include <kcgi.h>
#define K_OK(kcgi_call, r) \