mklibs: update to 0.1.34

SVN-Revision: 32145
This commit is contained in:
Luka Perkov
2012-06-09 21:22:37 +00:00
parent fa5028ddee
commit 2ecd494691
13 changed files with 101 additions and 132 deletions

View File

@@ -1,20 +0,0 @@
--- a/src/mklibs-readelf/elf.cpp
+++ b/src/mklibs-readelf/elf.cpp
@@ -25,6 +25,7 @@
#include <fcntl.h>
#include <sys/mman.h>
#include <sys/stat.h>
+#include <unistd.h>
using namespace Elf;
--- a/src/mklibs-readelf/main.cpp
+++ b/src/mklibs-readelf/main.cpp
@@ -7,6 +7,7 @@
#include <elf.h>
#include <getopt.h>
+#include <stdio.h>
#include "elf.hpp"