From 973f939dce1ea09ee8673177f10ade6f061249ed Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 14 Sep 2008 15:27:25 +0000 Subject: [PATCH] Maybe include git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23842 ec53bebd-3082-4978-b11e-865c3cabbd6b --- kuser/kuser_locl.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/kuser/kuser_locl.h b/kuser/kuser_locl.h index fb4e10e32..21e977697 100644 --- a/kuser/kuser_locl.h +++ b/kuser/kuser_locl.h @@ -84,6 +84,10 @@ #include #include "crypto-headers.h" /* for UI_UTIL_read_pw_string */ +#ifdef HAVE_LOCALE_H +#include +#endif + #ifdef LIBINTL #include #define N_(x,y) gettext(x)