diff options
Diffstat (limited to 'library.h')
-rw-r--r-- | library.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -176,7 +176,7 @@ struct library { struct os_library_data os; #if defined(HAVE_LIBDW) - Dwfl *dwfl; + Dwfl_Module *dwfl_module; #endif }; |