From 0f4eefb09464828ce07ad5b8763423e0d1d68e61 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 15 Mar 2010 13:08:51 +0000 Subject: Builds again for W32. --- common/localename.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'common/localename.c') diff --git a/common/localename.c b/common/localename.c index 5c46ddd34..8f7774880 100644 --- a/common/localename.c +++ b/common/localename.c @@ -29,6 +29,7 @@ #ifdef HAVE_LOCALE_H #include #endif +#include /* We need gettext_localename for W32. */ #include "../common/w32help.h" @@ -101,7 +102,7 @@ gnupg_messages_locale_name (void) const char *s; #ifdef HAVE_W32_SYSTEM - /* We use the localname function from ../common/w32-gettext.c. */ + /* We use the localename function libgpg-error. */ s = gettext_localename (); #else s = do_nl_locale_name (LC_MESSAGES, "LC_MESSAGES"); -- cgit v1.2.3