X-Git-Url: https://git.hcoop.net/ntk/apt.git/blobdiff_plain/0205540433440a9ff4ad4ea4cce44c700a4b401c..b578738870e83db4e61d6f6591bc73884108b7d4:/buildlib/apti18n.h.in diff --git a/buildlib/apti18n.h.in b/buildlib/apti18n.h.in index 6928d626..2202c5b1 100644 --- a/buildlib/apti18n.h.in +++ b/buildlib/apti18n.h.in @@ -8,7 +8,8 @@ #ifdef USE_NLS // apt will use the gettext implementation of the C library -# include +#include +#include # ifdef APT_DOMAIN # define _(x) dgettext(APT_DOMAIN,x) # define P_(msg,plural,n) dngettext(APT_DOMAIN,msg,plural,n) @@ -25,4 +26,5 @@ # define _(x) x # define P_(msg,plural,n) (n == 1 ? msg : plural) # define N_(x) x +# define dgettext(d, m) m #endif