base-files: remove network preconfig, it collides with ar71xx network firstboot uci...
[openwrt/openwrt.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