diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/gettext.c | 2 | ||||
-rw-r--r-- | intl/ngettext.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/intl/gettext.c b/intl/gettext.c index c9ba112b55..0607185d4c 100644 --- a/intl/gettext.c +++ b/intl/gettext.c @@ -41,6 +41,8 @@ # include "libgettext.h" #endif +#include <locale.h> + /* @@ end of prolog @@ */ /* Names for the libintl functions are a problem. They must not clash diff --git a/intl/ngettext.c b/intl/ngettext.c index 3ffdc6996f..1addf87752 100644 --- a/intl/ngettext.c +++ b/intl/ngettext.c @@ -43,6 +43,8 @@ # include "libgettext.h" #endif +#include <locale.h> + /* @@ end of prolog @@ */ /* Names for the libintl functions are a problem. They must not clash |