/*\r
* A simple FastCGI application example in C++.\r
* \r
- * $Id: echo-cpp.cpp,v 1.2 2001/11/21 15:31:49 robs Exp $\r
+ * $Id: echo-cpp.cpp,v 1.3 2001/11/21 16:54:13 robs Exp $\r
* \r
* Copyright (c) 2001 Rob Saccoccio and Chelsea Networks\r
* All rights reserved.\r
#include <process.h>\r
#else\r
#include <unistd.h>\r
-extern const char * const * environ;\r
+extern char ** environ;\r
#endif\r
#include "fcgio.h"\r
\r