summaryrefslogtreecommitdiff
path: root/src/elfops
diff options
context:
space:
mode:
authornorly <ny-git@enpas.org>2013-05-24 00:45:06 +0100
committernorly <ny-git@enpas.org>2013-05-24 00:45:06 +0100
commit2e60e5b7733fbb99009421ca84a5e3cdc49e7fa7 (patch)
tree673ef3b8045b518312bafca83b7cfeceab0719e8 /src/elfops
parentb1b4beb3b33a204c1e8073d34421ae7c968e2f9d (diff)
Use explicit libelf/* path in includes
Diffstat (limited to 'src/elfops')
-rw-r--r--src/elfops/phdr-contains-section.c4
-rw-r--r--src/elfops/phdr-fixup-selfref.c4
-rw-r--r--src/elfops/section-by-name.c4
-rw-r--r--src/elfops/section-in-segment.c4
-rw-r--r--src/elfops/section-name.c4
5 files changed, 10 insertions, 10 deletions
diff --git a/src/elfops/phdr-contains-section.c b/src/elfops/phdr-contains-section.c
index 6b57019..7a89d61 100644
--- a/src/elfops/phdr-contains-section.c
+++ b/src/elfops/phdr-contains-section.c
@@ -1,5 +1,5 @@
-#include <libelf.h>
-#include <gelf.h>
+#include <libelf/libelf.h>
+#include <libelf/gelf.h>
#include <libelfu/libelfu.h>
diff --git a/src/elfops/phdr-fixup-selfref.c b/src/elfops/phdr-fixup-selfref.c
index e79f584..d84e83b 100644
--- a/src/elfops/phdr-fixup-selfref.c
+++ b/src/elfops/phdr-fixup-selfref.c
@@ -1,7 +1,7 @@
#include <stdio.h>
-#include <libelf.h>
-#include <gelf.h>
+#include <libelf/libelf.h>
+#include <libelf/gelf.h>
void elfu_ePhdrFixupSelfRef(Elf *e)
{
diff --git a/src/elfops/section-by-name.c b/src/elfops/section-by-name.c
index 3352b14..38a9dd1 100644
--- a/src/elfops/section-by-name.c
+++ b/src/elfops/section-by-name.c
@@ -1,7 +1,7 @@
#include <string.h>
-#include <libelf.h>
-#include <gelf.h>
+#include <libelf/libelf.h>
+#include <libelf/gelf.h>
#include <libelfu/libelfu.h>
diff --git a/src/elfops/section-in-segment.c b/src/elfops/section-in-segment.c
index cb62514..1ac9b84 100644
--- a/src/elfops/section-in-segment.c
+++ b/src/elfops/section-in-segment.c
@@ -1,8 +1,8 @@
#include <stdio.h>
#include <stdlib.h>
-#include <libelf.h>
-#include <gelf.h>
+#include <libelf/libelf.h>
+#include <libelf/gelf.h>
#include <libelfu/libelfu.h>
diff --git a/src/elfops/section-name.c b/src/elfops/section-name.c
index e77efee..9cd44f7 100644
--- a/src/elfops/section-name.c
+++ b/src/elfops/section-name.c
@@ -1,7 +1,7 @@
#include <stdlib.h>
-#include <libelf.h>
-#include <gelf.h>
+#include <libelf/libelf.h>
+#include <libelf/gelf.h>
#include <libelfu/libelfu.h>