]> git.saurik.com Git - apt.git/blobdiff - apt-pkg/deb/dpkgpm.cc
Make directory paths configurable
[apt.git] / apt-pkg / deb / dpkgpm.cc
index b0700bcc6cea4cfc54524a2cca525cb456c3e85f..0ac74d4792a770c6ba624834d3393636a0fc77bc 100644 (file)
@@ -61,6 +61,8 @@
 #include <apti18n.h>
                                                                        /*}}}*/
 
+extern char **environ;
+
 using namespace std;
 
 APT_PURE static string AptHistoryRequestingUser()                      /*{{{*/