Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
11 lines
258 B
C++
11 lines
258 B
C++
--- 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
|