From ace26447603d3f7ecd82fd3910174f603c2c7464 Mon Sep 17 00:00:00 2001 From: Michael Krelin Date: Sun, 13 Feb 2005 21:48:37 +0000 Subject: portabiity improvements --- (limited to 'src/plaincgi.cc') diff --git a/src/plaincgi.cc b/src/plaincgi.cc index 6934748..1cb7dc6 100644 --- a/src/plaincgi.cc +++ b/src/plaincgi.cc @@ -3,6 +3,11 @@ #include #include "kingate/plaincgi.h" #include "kingate/exception.h" +#include "config.h" + +#if !HAVE_DECL_ENVIRON +extern char **environ; +#endif /* HAVE_DECL_ENVIRON */ namespace kingate { -- cgit v0.9.0.2