summaryrefslogtreecommitdiffstats
path: root/src/patchelf.cc
diff options
context:
space:
mode:
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;