[packages] gettext: some programs expect libintl.h to include locale.h, so do it...
authorJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Dec 2010 05:16:37 +0000 (05:16 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Sun, 19 Dec 2010 05:16:37 +0000 (05:16 +0000)
SVN-Revision: 24712

libs/gettext/src/include/libintl.h

index d9b7a38c85e9613d71d04ce11228240e5f511604..e09b8d093023ffbe30426cbf8ada9f250279bb96 100644 (file)
@@ -6,6 +6,7 @@
 #define _LIBINTL_H      1
 
 #include <features.h>
+#include <locale.h>
 
 #if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_GETTEXT_AWARENESS__)