about summary refs log tree commit diff
path: root/nptl_db/db_info.c
diff options
context:
space:
mode:
Diffstat (limited to 'nptl_db/db_info.c')
-rw-r--r--nptl_db/db_info.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/nptl_db/db_info.c b/nptl_db/db_info.c
index d4a5438fba..b88b4c0718 100644
--- a/nptl_db/db_info.c
+++ b/nptl_db/db_info.c
@@ -21,6 +21,7 @@
 #include <stdint.h>
 #include "thread_dbP.h"
 #include <tls.h>
+#include <ldsodefs.h>
 
 typedef struct pthread pthread;
 typedef struct pthread_key_struct pthread_key_struct;
@@ -37,6 +38,9 @@ typedef struct
 } dtv;
 
 typedef struct link_map link_map;
+typedef struct rtld_global rtld_global;
+typedef struct dtv_slotinfo_list dtv_slotinfo_list;
+typedef struct dtv_slotinfo dtv_slotinfo;
 
 /* Actually static in nptl/init.c, but we only need it for typeof.  */
 extern bool __nptl_initial_report_events;