[packages] gettext: some programs expect libintl.h to include locale.h, so do it. Spotted in minidlna

git-svn-id: svn://svn.openwrt.org/openwrt/packages@24712 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
jow 2010-12-19 05:16:37 +00:00
parent 1fee9a5d9a
commit 8e6135d9ef

View File

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