This should be replaced with Tom Poindexter's TCL lib or a
[catagits/fcgi2.git] / examples / echo.c
index 6ef05ed..6a17406 100644 (file)
@@ -1,4 +1,4 @@
-/* 
+/*
  * echo.c --
  *
  *     Produce a page containing all FastCGI inputs
  * 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 <unistd.h>
 #endif
 
-#include "fcgi_stdio.h"
 #include <stdlib.h>
 
 #ifdef _WIN32