Files

12 lines
258 B
C++
Raw Permalink Normal View History

2012-12-30 13:21:06 +00:00
--- HttpRequest.cpp.orig 2011-07-17 10:06:09.000000000 +0200
+++ HttpRequest.cpp 2012-12-29 14:17:14.000000000 +0100
@@ -44,6 +44,8 @@
namespace SOCKETS_NAMESPACE {
#endif
+extern char**environ;
+
#ifdef _DEBUG
#define DEB(x) x; fflush(stderr);
#else