Maybe include <locale.h>
authorLove Hörnquist Åstrand <lha@kth.se>
Sun, 14 Sep 2008 15:27:25 +0000 (15:27 +0000)
committerLove Hörnquist Åstrand <lha@kth.se>
Sun, 14 Sep 2008 15:27:25 +0000 (15:27 +0000)
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23842 ec53bebd-3082-4978-b11e-865c3cabbd6b

kuser/kuser_locl.h

index fb4e10e3263eb2d0a8214463dea988542406d343..21e977697575f3d04121c38f0f8e117e2dea1f8e 100644 (file)
 #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)