Use explicit libelf/* path in includes
[centaur.git] / src / elfops / section-name.c
index 1365eb6c25e09e784bc8bd3e41abb6e5bb5a3803..9cd44f70c9ac1615747c3aace5688619a48b16c9 100644 (file)
@@ -1,12 +1,12 @@
 #include <stdlib.h>
 
-#include <libelf.h>
-#include <gelf.h>
+#include <libelf/libelf.h>
+#include <libelf/gelf.h>
 
 #include <libelfu/libelfu.h>
 
 
-char* elfu_sectionName(Elf *e, Elf_Scn *scn)
+char* elfu_eScnName(Elf *e, Elf_Scn *scn)
 {
   size_t shstrndx;
   GElf_Shdr shdr;