fix mklibs compilation failures on stdio.h not being included
[openwrt/staging/dedeckeh.git] / tools / mklibs / patches / 001-missing_stdio.patch
1 diff -urN mklibs-0.1.26/src/mklibs-readelf/main.cpp mklibs-0.1.26.new/src/mklibs-readelf/main.cpp
2 --- mklibs-0.1.26/src/mklibs-readelf/main.cpp 2007-09-20 19:41:34.000000000 +0200
3 +++ mklibs-0.1.26.new/src/mklibs-readelf/main.cpp 2009-08-07 12:20:21.000000000 +0200
4 @@ -6,6 +6,7 @@
5
6 #include <elf.h>
7 #include <getopt.h>
8 +#include <stdio.h>
9
10 #include "elf.hpp"
11