diff options
Diffstat (limited to '')
-rw-r--r-- | agent/protect-tool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/protect-tool.c b/agent/protect-tool.c index bb14ca1e1..23f1d9336 100644 --- a/agent/protect-tool.c +++ b/agent/protect-tool.c @@ -1170,7 +1170,7 @@ get_passphrase (int promptno) char *pw; int err; const char *desc; -#ifdef HAVE_LANGINFO_CODESET +#ifdef ENABLE_NLS char *orig_codeset = NULL; #endif int error_msgno; |