1
0
mirror of git://projects.qi-hardware.com/openwrt-xburst.git synced 2024-10-28 08:04:03 +02:00
openwrt-xburst/tools/mklibs/patches/001-missing_stdio.patch

12 lines
367 B
Diff
Raw Normal View History

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 <elf.h>
#include <getopt.h>
+#include <stdio.h>
#include "elf.hpp"