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)