summaryrefslogtreecommitdiff
path: root/libebl/libebl.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>2005-11-16 22:46:04 +0000
committerRoland McGrath <roland@redhat.com>2005-11-16 22:46:04 +0000
commit215c6321c0576fa1177efc0e1549ff6d4fd5e804 (patch)
tree3ff5742a054872791c917145b45186d8f4cded6d /libebl/libebl.h
parentcd60ea83050d9fb48c3204005f475df460f433b6 (diff)
downloadelfutils-215c6321c0576fa1177efc0e1549ff6d4fd5e804.tar.gz
2005-11-16 Roland McGrath <roland@redhat.com>
* libebl.h: Use "" for elf-knowledge.h, not <>.
Diffstat (limited to 'libebl/libebl.h')
-rw-r--r--libebl/libebl.h2
1 files changed, 1 insertions, 1 deletions
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. */