projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
77b9799
)
[packages] gettext: some programs expect libintl.h to include locale.h, so do it...
author
Jo-Philipp Wich
<jow@openwrt.org>
Sun, 19 Dec 2010 05:16:37 +0000
(
05:16
+0000)
committer
Jo-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
patch
|
blob
|
history
diff --git
a/libs/gettext/src/include/libintl.h
b/libs/gettext/src/include/libintl.h
index d9b7a38c85e9613d71d04ce11228240e5f511604..e09b8d093023ffbe30426cbf8ada9f250279bb96 100644
(file)
--- a/
libs/gettext/src/include/libintl.h
+++ b/
libs/gettext/src/include/libintl.h
@@
-6,6
+6,7
@@
#define _LIBINTL_H 1
#include <features.h>
+#include <locale.h>
#if defined(__UCLIBC__) && !defined(__UCLIBC_HAS_GETTEXT_AWARENESS__)