summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpixel <pixel>2002-12-26 02:50:43 +0000
committerpixel <pixel>2002-12-26 02:50:43 +0000
commitc5a7522101918ce9fb9d931e198672776364d678 (patch)
tree23b178436e1c5ddaaefccba6b08fccb3a864e18c
parent68d407f9ddeee732eab534653811974a7b75d261 (diff)
Snif ;_;
-rw-r--r--include/Main.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/Main.h b/include/Main.h
index 7f196f1..8217a48 100644
--- a/include/Main.h
+++ b/include/Main.h
@@ -3,6 +3,8 @@
#include "Exceptions.h"
+extern char ** environ;
+
class Main : public Base {
public:
Main();