Use explicit libelf/* path in includes
[centaur.git] / src / elfops / phdr-fixup-selfref.c
index e79f5842d71207f44019b24e7d34783c187ef0ee..d84e83b8f2d38716ef12a58308d1d77c6eade553 100644 (file)
@@ -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)
 {