Use explicit libelf/* path in includes
[centaur.git] / src / elfops / section-by-name.c
index 3352b14d69cc46679ca82c7876a7fd4cdc381201..38a9dd1a96f91b977dea04028e513ea4d00b584e 100644 (file)
@@ -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>