summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libdwfl/ChangeLog4
-rw-r--r--libdwfl/libdwfl.h2
2 files changed, 5 insertions, 1 deletions
diff --git a/libdwfl/ChangeLog b/libdwfl/ChangeLog
index 7ac74843..6b9b5ed1 100644
--- a/libdwfl/ChangeLog
+++ b/libdwfl/ChangeLog
@@ -1,3 +1,7 @@
+2005-07-28 Roland McGrath <roland@redhat.com>
+
+ * libdwfl.h: Use "" for libdw.h #include.
+
2005-07-27 Roland McGrath <roland@redhat.com>
* libdwfl.map: Add dwfl_getmodules.
diff --git a/libdwfl/libdwfl.h b/libdwfl/libdwfl.h
index 8fb9fdac..ad74f86a 100644
--- a/libdwfl/libdwfl.h
+++ b/libdwfl/libdwfl.h
@@ -14,7 +14,7 @@
#ifndef _LIBDWFL_H
#define _LIBDWFL_H 1
-#include <libdw.h>
+#include "libdw.h"
/* Handle for a session using the library. */
typedef struct Dwfl Dwfl;