aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cgi.c
diff options
context:
space:
mode:
Diffstat (limited to 'cgi.c')
-rw-r--r--cgi.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cgi.c b/cgi.c
index b6ded9ff..d3b018ad 100644
--- a/cgi.c
+++ b/cgi.c
@@ -1,9 +1,10 @@
-/* $Id: cgi.c,v 1.4 2011/11/13 10:49:57 schwarze Exp $ */
+/* $Id: cgi.c,v 1.5 2011/11/20 12:39:08 kristaps Exp $ */
#include <assert.h>
#include <fcntl.h>
#include <regex.h>
#include <stdio.h>
#include <stdarg.h>
+#include <stdint.h>
#include <stdlib.h>
#include <string.h>