aboutsummaryrefslogtreecommitdiffstats
path: root/tools/xcutils
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2009-01-08 13:15:49 +0000
committerKeir Fraser <keir.fraser@citrix.com>2009-01-08 13:15:49 +0000
commit8ce65842ad07d007963febce10bec54ad0063986 (patch)
tree3576225a8069ee3a706beade8fa709ef5b0a489d /tools/xcutils
parent68b1230ae3933388add17859b370abeac28fb754 (diff)
downloadxen-8ce65842ad07d007963febce10bec54ad0063986.tar.gz
xen-8ce65842ad07d007963febce10bec54ad0063986.tar.bz2
xen-8ce65842ad07d007963febce10bec54ad0063986.zip
Move libelf headers out of xen public header dir.
Signed-off-by: Jan Beulich <jbeulich@novell.com>
Diffstat (limited to 'tools/xcutils')
-rw-r--r--tools/xcutils/readnotes.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/xcutils/readnotes.c b/tools/xcutils/readnotes.c
index 4ba53819c5..b770f56fe9 100644
--- a/tools/xcutils/readnotes.c
+++ b/tools/xcutils/readnotes.c
@@ -13,7 +13,7 @@
#include <xg_private.h>
#include <xc_dom.h> /* gunzip bits */
-#include <xen/libelf.h>
+#include <xen/libelf/libelf.h>
static void print_string_note(const char *prefix, struct elf_binary *elf,
const elf_note *note)