$NetBSD: patch-aa,v 1.1.1.1 2004/07/05 12:35:43 recht Exp $ --- src/arx/include/Spawn.hpp.orig 2004-04-21 22:44:08.000000000 +0200 +++ src/arx/include/Spawn.hpp @@ -26,9 +26,10 @@ #include #include #include "boost/filesystem/path.hpp" -#include #include +extern char **environ; + class Spawn { friend Spawn& operator<<(Spawn &s, const std::string &arg);