diff options
author | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-11 18:12:13 +0000 |
---|---|---|
committer | Bernhard Reutner-Fischer <rep.dot.nop@gmail.com> | 2006-09-11 18:12:13 +0000 |
commit | 58ab28a9a6574c5215f1aec5923aee345575b20b (patch) | |
tree | 3d758c454c77e8ad3e71cb3e2763027ba2879999 | |
parent | 302ac099bba53ad10fa51ddbb1da8b0a9f362789 (diff) | |
download | buildroot-novena-58ab28a9a6574c5215f1aec5923aee345575b20b.tar.gz buildroot-novena-58ab28a9a6574c5215f1aec5923aee345575b20b.zip |
- add missing include
-rw-r--r-- | toolchain/gcc/4.2/205-uclibc-locale-update.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/4.2/205-uclibc-locale-update.patch b/toolchain/gcc/4.2/205-uclibc-locale-update.patch index 44c9345d7..75d120563 100644 --- a/toolchain/gcc/4.2/205-uclibc-locale-update.patch +++ b/toolchain/gcc/4.2/205-uclibc-locale-update.patch @@ -95,7 +95,7 @@ +#ifdef HAVE_LIBINTL_H #include <libintl.h> // For messages #endif - + #include <cstdarg> #ifdef __UCLIBC_MJN3_ONLY__ #warning what is _GLIBCXX_C_LOCALE_GNU for +// psm: used in os/gnu-linux/ctype_noninline.h |