diff src/c/cgi.c @ 1268:236dc296c32d

Include new config.h in C source files
author Adam Chlipala <adamc@hcoop.net>
date Sun, 30 May 2010 10:39:25 -0400
parents b0d632cc9edf
children add5ae41969e
line wrap: on
line diff
--- a/src/c/cgi.c	Sat May 29 08:05:31 2010 -0400
+++ b/src/c/cgi.c	Sun May 30 10:39:25 2010 -0400
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdio.h>
 #include <ctype.h>
 #include <string.h>