X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=examples%2Fecho.c;h=6a174064f48842a7fd75c0cad53d0109d63acaa0;hb=d1ac78e4c5193867a4780853a5f70ea731366700;hp=6ef05ed08b6b04f2f794b789977ab4e203e2d2a6;hpb=3293ebdf398168b39921d4aca3a884fa54e40234;p=catagits%2Ffcgi2.git diff --git a/examples/echo.c b/examples/echo.c index 6ef05ed..6a17406 100644 --- a/examples/echo.c +++ b/examples/echo.c @@ -1,4 +1,4 @@ -/* +/* * echo.c -- * * Produce a page containing all FastCGI inputs @@ -10,16 +10,16 @@ * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * */ - #ifndef lint -static const char rcsid[] = "$Id: echo.c,v 1.3 1999/07/26 05:32:59 roberts Exp $"; +static const char rcsid[] = "$Id: echo.c,v 1.4 1999/07/27 19:01:38 roberts Exp $"; #endif /* not lint */ +#include "fcgi_stdio.h" + #if defined HAVE_UNISTD_H || __linux__ #include #endif -#include "fcgi_stdio.h" #include #ifdef _WIN32