From 66d405792eefeba27173177bbab44a8378b85b21 Mon Sep 17 00:00:00 2001 From: Adam Chlipala Date: Sun, 30 May 2010 10:39:25 -0400 Subject: Include new config.h in C source files --- src/c/http.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/c/http.c') diff --git a/src/c/http.c b/src/c/http.c index 63586440..5754d229 100644 --- a/src/c/http.c +++ b/src/c/http.c @@ -1,3 +1,5 @@ +#include "config.h" + #include #include #include -- cgit v1.2.3