aboutsummaryrefslogtreecommitdiffstats
path: root/tools/mklibs/patches/001-missing_includes.patch
blob: 9f3485cb1b2483d6f6916776559547f64b5d42b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- 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"