summaryrefslogtreecommitdiff
path: root/include/libintl.h
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-08-28 23:52:21 +0000
committerUlrich Drepper <drepper@redhat.com>2000-08-28 23:52:21 +0000
commit50fd913bece94eba2aa8394b1b6958708e4dcd4d (patch)
treed5022572bcc4485df4b3146e0188409ba600d6a0 /include/libintl.h
parent924102e7a6fea2d59ae535920d2cc188b6c81c49 (diff)
Update.
* include/libintl.h: Include <locale.h> since libintl.h doesn't if we are not optimizing.
Diffstat (limited to 'include/libintl.h')
-rw-r--r--include/libintl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/libintl.h b/include/libintl.h
index 0f77658a0e..dc54ccfc7b 100644
--- a/include/libintl.h
+++ b/include/libintl.h
@@ -1,5 +1,6 @@
#ifndef _LIBINTL_H
#include <intl/libintl.h>
+#include <locale.h>
/* Now define the internal interfaces. */
extern char *__gettext (__const char *__msgid);