From 8ce65842ad07d007963febce10bec54ad0063986 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 8 Jan 2009 13:15:49 +0000 Subject: Move libelf headers out of xen public header dir. Signed-off-by: Jan Beulich --- tools/xcutils/readnotes.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools/xcutils') 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 #include /* gunzip bits */ -#include +#include static void print_string_note(const char *prefix, struct elf_binary *elf, const elf_note *note) -- cgit v1.2.3