From: Florian Fainelli Date: Fri, 7 Aug 2009 10:31:27 +0000 (+0000) Subject: fix mklibs compilation failures on stdio.h not being included X-Git-Tag: reboot~22725 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=commitdiff_plain;h=a865c9deb54100c51990a33b52637fac25d31992;hp=34e22309efd0e9ccb207daf0e09d413d373936b8 fix mklibs compilation failures on stdio.h not being included SVN-Revision: 17164 --- diff --git a/tools/mklibs/patches/001-missing_stdio.patch b/tools/mklibs/patches/001-missing_stdio.patch new file mode 100644 index 0000000000..c8202fb1e1 --- /dev/null +++ b/tools/mklibs/patches/001-missing_stdio.patch @@ -0,0 +1,11 @@ +diff -urN mklibs-0.1.26/src/mklibs-readelf/main.cpp mklibs-0.1.26.new/src/mklibs-readelf/main.cpp +--- mklibs-0.1.26/src/mklibs-readelf/main.cpp 2007-09-20 19:41:34.000000000 +0200 ++++ mklibs-0.1.26.new/src/mklibs-readelf/main.cpp 2009-08-07 12:20:21.000000000 +0200 +@@ -6,6 +6,7 @@ + + #include + #include ++#include + + #include "elf.hpp" +