comparison 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
comparison
equal deleted inserted replaced
1267:052af2b82533 1268:236dc296c32d
1 #include "config.h"
2
1 #include <stdio.h> 3 #include <stdio.h>
2 #include <ctype.h> 4 #include <ctype.h>
3 #include <string.h> 5 #include <string.h>
4 #include <stdlib.h> 6 #include <stdlib.h>
5 #include <unistd.h> 7 #include <unistd.h>