summaryrefslogtreecommitdiff
path: root/src/elfhandle.c
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/elfhandle.c
parentb1b4beb3b33a204c1e8073d34421ae7c968e2f9d (diff)
Use explicit libelf/* path in includes
Diffstat (limited to 'src/elfhandle.c')
-rw-r--r--src/elfhandle.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elfhandle.c b/src/elfhandle.c
index a17216d..47f9820 100644
--- a/src/elfhandle.c
+++ b/src/elfhandle.c
@@ -6,7 +6,7 @@
#include <string.h>
#include <unistd.h>
-#include <libelf.h>
+#include <libelf/libelf.h>
#include "elfhandle.h"