summaryrefslogtreecommitdiff
path: root/http.h
diff options
context:
space:
mode:
Diffstat (limited to 'http.h')
-rw-r--r--http.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/http.h b/http.h
index 198e6b0..ec2866d 100644
--- a/http.h
+++ b/http.h
@@ -31,6 +31,10 @@
#ifndef HTTP_H
#define HTTP_H
+#include <sys/types.h>
+
+#include <stdint.h>
+#include <stdarg.h>
#include <kcgi.h>
#include "file.h"