]> git.saurik.com Git - apt.git/blobdiff - buildlib/apti18n.h.in
Only show packages as upgradable if the have a CandidateVer != 0
[apt.git] / buildlib / apti18n.h.in
index a9d48dd975c966fa720ced980ae401b7d4fb1fe3..2202c5b193f0bc8570b191df5a3d8ee13e9fc958 100644 (file)
@@ -8,7 +8,8 @@
 
 #ifdef USE_NLS
 // apt will use the gettext implementation of the C library
 
 #ifdef USE_NLS
 // apt will use the gettext implementation of the C library
-# include <libintl.h>
+#include <libintl.h>
+#include <locale.h>
 # ifdef APT_DOMAIN
 #   define _(x) dgettext(APT_DOMAIN,x)
 #   define P_(msg,plural,n) dngettext(APT_DOMAIN,msg,plural,n)
 # ifdef APT_DOMAIN
 #   define _(x) dgettext(APT_DOMAIN,x)
 #   define P_(msg,plural,n) dngettext(APT_DOMAIN,msg,plural,n)