From 50fd913bece94eba2aa8394b1b6958708e4dcd4d Mon Sep 17 00:00:00 2001
From: Ulrich Drepper <drepper@redhat.com>
Date: Mon, 28 Aug 2000 23:52:21 +0000
Subject: Update.

	* include/libintl.h: Include <locale.h> since libintl.h doesn't if
	we are not optimizing.
---
 include/libintl.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'include')

diff --git a/include/libintl.h b/include/libintl.h
index 0f77658..dc54ccf 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);
-- 
cgit v1.1