upgrade mklibs to 0.1.29 - fixes runtime errors in mklibs-readelf
[openwrt-10.03/.git] / tools / mklibs / patches / 001-missing_stdio.patch
1 --- a/src/mklibs-readelf/main.cpp
2 +++ b/src/mklibs-readelf/main.cpp
3 @@ -7,6 +7,7 @@
4  
5  #include <elf.h>
6  #include <getopt.h>
7 +#include <stdio.h>
8  
9  #include "elf.hpp"
10