Maybe include <locale.h>

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23842 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-09-14 15:27:25 +00:00
parent 1b22fc784f
commit 973f939dce

View File

@@ -84,6 +84,10 @@
#include <kafs.h>
#include "crypto-headers.h" /* for UI_UTIL_read_pw_string */
#ifdef HAVE_LOCALE_H
#include <locale.h>
#endif
#ifdef LIBINTL
#include <libintl.h>
#define N_(x,y) gettext(x)