Skip to content
Snippets Groups Projects
Commit a865c9de authored by Florian Fainelli's avatar Florian Fainelli
Browse files

fix mklibs compilation failures on stdio.h not being included

SVN-Revision: 17164
parent 34e22309
No related branches found
No related tags found
No related merge requests found
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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment