summaryrefslogtreecommitdiff
path: root/library.h
diff options
context:
space:
mode:
Diffstat (limited to 'library.h')
-rw-r--r--library.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/library.h b/library.h
index 82dc048..4d649e0 100644
--- a/library.h
+++ b/library.h
@@ -176,7 +176,7 @@ struct library {
struct os_library_data os;
#if defined(HAVE_LIBDW)
- Dwfl *dwfl;
+ Dwfl_Module *dwfl_module;
#endif
};