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