fix mklibs compilation failures on stdio.h not being included
SVN-Revision: 17164
This commit is contained in:
parent
34e22309ef
commit
a865c9deb5
1 changed files with 11 additions and 0 deletions
11
tools/mklibs/patches/001-missing_stdio.patch
Normal file
11
tools/mklibs/patches/001-missing_stdio.patch
Normal file
|
@ -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 <elf.h>
|
||||||
|
#include <getopt.h>
|
||||||
|
+#include <stdio.h>
|
||||||
|
|
||||||
|
#include "elf.hpp"
|
||||||
|
|
Loading…
Reference in a new issue