]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
2005-11-16 Roland McGrath <roland@redhat.com>
authorRoland McGrath <roland@redhat.com>
Wed, 16 Nov 2005 22:46:04 +0000 (22:46 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 16 Nov 2005 22:46:04 +0000 (22:46 +0000)
* libebl.h: Use "" for elf-knowledge.h, not <>.

libebl/ChangeLog
libebl/libebl.h

index f8e16eba61638608fc0c99afee8e09b29fc0888e..5c66d56f6fdc1416b355df64dd1dad310745a008 100644 (file)
@@ -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.
index 8b51aef7f81079f1c097fc76545b58508d3c3826..1f9a5a257c0d9404c582af381f22d94d002b518a 100644 (file)
@@ -19,7 +19,7 @@
 #include <stddef.h>
 #include <stdint.h>
 
-#include <elf-knowledge.h>
+#include "elf-knowledge.h"
 
 
 /* Opaque type for the handle.  */