aboutsummaryrefslogtreecommitdiff
path: root/lib/libthread_db/arch/amd64/libpthread_md.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libthread_db/arch/amd64/libpthread_md.c')
-rw-r--r--lib/libthread_db/arch/amd64/libpthread_md.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/libthread_db/arch/amd64/libpthread_md.c b/lib/libthread_db/arch/amd64/libpthread_md.c
index 2a635c6d128a..646d36d564fe 100644
--- a/lib/libthread_db/arch/amd64/libpthread_md.c
+++ b/lib/libthread_db/arch/amd64/libpthread_md.c
@@ -30,8 +30,11 @@ __FBSDID("$FreeBSD$");
#include <sys/procfs.h>
#include <string.h>
+#include <thread_db.h>
#include <ucontext.h>
+#include "libpthread_db.h"
+
void
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
{