summaryrefslogtreecommitdiff
path: root/src/query.c
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 /src/query.c
parentae5152d3b002f178394244fb8a8534cdc5a045cf (diff)
downloaddpkg-df834c918b565efd02562024ac2060858577a21c.tar.gz
libdpkg: Move gettext related definitions to a new dpkg-i18n.h
Diffstat (limited to 'src/query.c')
-rw-r--r--src/query.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/query.c b/src/query.c
index e43e5494c..8d8b648a8 100644
--- a/src/query.c
+++ b/src/query.c
@@ -21,6 +21,8 @@
*/
#include <config.h>
+#include <dpkg-i18n.h>
+
#include <stdio.h>
#include <string.h>
#include <stdlib.h>