From d8b1099d01ebc1d305d47ec6dcb326980ad56396 Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Wed, 10 Mar 2010 12:24:58 +0000 Subject: Merged jnlib into common. --- common/localename.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/localename.c') diff --git a/common/localename.c b/common/localename.c index cb7fcc2f7..5c46ddd34 100644 --- a/common/localename.c +++ b/common/localename.c @@ -30,7 +30,7 @@ #include #endif -#include "../jnlib/w32help.h" +#include "../common/w32help.h" /* XPG3 defines the result of 'setlocale (category, NULL)' as: "Directs 'setlocale()' to query 'category' and return the current @@ -101,7 +101,7 @@ gnupg_messages_locale_name (void) const char *s; #ifdef HAVE_W32_SYSTEM - /* We use the localname function from ../jnlib/w32-gettext.c. */ + /* We use the localname function from ../common/w32-gettext.c. */ s = gettext_localename (); #else s = do_nl_locale_name (LC_MESSAGES, "LC_MESSAGES"); -- cgit v1.2.3