summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libebl/ChangeLog4
-rw-r--r--libebl/libebl.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libebl/ChangeLog b/libebl/ChangeLog
index f8e16eba..5c66d56f 100644
--- a/libebl/ChangeLog
+++ b/libebl/ChangeLog
@@ -1,3 +1,7 @@
+2005-11-16 Roland McGrath <roland@redhat.com>
+
+ * libebl.h: Use "" for elf-knowledge.h, not <>.
+
2005-11-14 Roland McGrath <roland@redhat.com>
* ia64_init.c (ia64_init): Initialize EH->reloc_simple_type.
diff --git a/libebl/libebl.h b/libebl/libebl.h
index 8b51aef7..1f9a5a25 100644
--- a/libebl/libebl.h
+++ b/libebl/libebl.h
@@ -19,7 +19,7 @@
#include <stddef.h>
#include <stdint.h>
-#include <elf-knowledge.h>
+#include "elf-knowledge.h"
/* Opaque type for the handle. */