]> git.ipfire.org Git - thirdparty/elfutils.git/commitdiff
libdwfl.h: Use "" for libdw.h #include.
authorRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 07:08:01 +0000 (07:08 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 28 Jul 2005 07:08:01 +0000 (07:08 +0000)
libdwfl/ChangeLog
libdwfl/libdwfl.h

index 7ac74843d33080c94861089c4fb75b2d26b79bd0..6b9b5ed12eb38c27c54a5c1354a4baaafb437ae9 100644 (file)
@@ -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.
index 8fb9fdac00e2a33458dbb98cc1d386c961500182..ad74f86a3d82860d856829247abfab1a510e93ae 100644 (file)
@@ -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;