diff options
author | Michael Vogt <mvo@debian.org> | 2009-04-14 14:17:40 +0200 |
---|---|---|
committer | Michael Vogt <mvo@debian.org> | 2009-04-14 14:17:40 +0200 |
commit | f0bb64930676131f8df667e064ed8b1d1b14145b (patch) | |
tree | b592f2cda66586d4401d568074cde6f7253cea79 /apt-pkg/deb/debsystem.cc | |
parent | 09fab2442c2ab9a503841d3dcd56b3c0c3efb502 (diff) |
build fixes, change version 0.7.21
Diffstat (limited to 'apt-pkg/deb/debsystem.cc')
-rw-r--r-- | apt-pkg/deb/debsystem.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apt-pkg/deb/debsystem.cc b/apt-pkg/deb/debsystem.cc index baa98f546..ccd45d51b 100644 --- a/apt-pkg/deb/debsystem.cc +++ b/apt-pkg/deb/debsystem.cc @@ -17,6 +17,7 @@ #include <apt-pkg/configuration.h> #include <apt-pkg/error.h> #include <apt-pkg/fileutl.h> +#include <apti18n.h> #include <sys/types.h> #include <unistd.h> |