diff options
author | Adam Chlipala <adamc@hcoop.net> | 2010-05-30 10:39:25 -0400 |
---|---|---|
committer | Adam Chlipala <adamc@hcoop.net> | 2010-05-30 10:39:25 -0400 |
commit | 58a0405bf44a93409be9c31020982b2257625c82 (patch) | |
tree | 402a356de37cddd12bd20744751d06a92f135abe /src/c/fastcgi.c | |
parent | 6996fba20597bde4f8f23265d2ad638778316561 (diff) |
Include new config.h in C source files
Diffstat (limited to 'src/c/fastcgi.c')
-rw-r--r-- | src/c/fastcgi.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/c/fastcgi.c b/src/c/fastcgi.c index 5ea7a541..4e20cc01 100644 --- a/src/c/fastcgi.c +++ b/src/c/fastcgi.c @@ -1,3 +1,5 @@ +#include "config.h" + #include <stdio.h> #include <string.h> #include <stdlib.h> |