diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2008-12-08 10:50:59 -0800 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2008-12-08 10:50:59 -0800 |
commit | bb3ac2f648764e7ee2a8cdc7739d56de6311c88f (patch) | |
tree | dc8e85ace8480062269b32be0bd06bde140c4f7d /apt-pkg/deb/debsystem.cc | |
parent | 9772f307fdf1f4cc94690b4ba3705a8f891033fe (diff) |
apt-pkg/deb/debsystem.cc: add missing apti18n.h header
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 f2340a4ad..e1aacdbdb 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> |