diff src/c/fastcgi.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 15767031950c
children add5ae41969e
line wrap: on
line diff
--- a/src/c/fastcgi.c	Sat May 29 08:05:31 2010 -0400
+++ b/src/c/fastcgi.c	Sun May 30 10:39:25 2010 -0400
@@ -1,3 +1,5 @@
+#include "config.h"
+
 #include <stdio.h>
 #include <string.h>
 #include <stdlib.h>