summaryrefslogtreecommitdiffstats
path: root/src/patchelf.cc
diff options
context:
space:
mode:
authorEelco Dolstra <e.dolstra@tudelft.nl>2009-10-14 13:34:14 (GMT)
committerEelco Dolstra <e.dolstra@tudelft.nl>2009-10-14 13:34:14 (GMT)
commitc46c0ef3e517427527e455c3b7beab91ef36d148 (patch)
tree4bafe6b75765e06d212bb1eb0ef58f8da75a5a76 /src/patchelf.cc
parent871da3f4e103fc7f4304228606606d4da889a888 (diff)
downloadpatchelf-c46c0ef3e517427527e455c3b7beab91ef36d148.zip
patchelf-c46c0ef3e517427527e455c3b7beab91ef36d148.tar.gz
patchelf-c46c0ef3e517427527e455c3b7beab91ef36d148.tar.bz2
* Include a copy of Glibc's elf.h so that we're not dependant on the
(lack of) elf.h on various platforms.
Diffstat (limited to 'src/patchelf.cc')
-rw-r--r--src/patchelf.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patchelf.cc b/src/patchelf.cc
index 0e04151..adef9a7 100644
--- a/src/patchelf.cc
+++ b/src/patchelf.cc
@@ -16,7 +16,7 @@
#include <fcntl.h>
#include <limits.h>
-#include <elf.h>
+#include "elf.h"
using namespace std;