summaryrefslogtreecommitdiff
path: root/dselect/methparse.cc
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-08-26 19:39:53 +0300
committerGuillem Jover <guillem@debian.org>2008-09-14 04:23:20 +0300
commitdf834c918b565efd02562024ac2060858577a21c (patch)
tree26929dfe592d374f9eeec2daff9662e3876ff8c2 /dselect/methparse.cc
parentae5152d3b002f178394244fb8a8534cdc5a045cf (diff)
downloaddpkg-df834c918b565efd02562024ac2060858577a21c.tar.gz
libdpkg: Move gettext related definitions to a new dpkg-i18n.h
Diffstat (limited to 'dselect/methparse.cc')
-rw-r--r--dselect/methparse.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dselect/methparse.cc b/dselect/methparse.cc
index 8be4430bf..875fdce7b 100644
--- a/dselect/methparse.cc
+++ b/dselect/methparse.cc
@@ -21,6 +21,8 @@
#include <config.h>
+#include <dpkg-i18n.h>
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>