diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2019-08-22 21:43:21 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2019-08-22 21:43:21 +0000 |
| commit | e21f96a811d9776f976751b01ac7975eeffcdeb2 (patch) | |
| tree | 67fd60297b13b12d704966043c751b12801f2c71 /lib/libthread_db | |
| parent | 428925b5f20540449776e217fd08078b89177147 (diff) | |
Notes
Diffstat (limited to 'lib/libthread_db')
| -rw-r--r-- | lib/libthread_db/arch/mips/libpthread_md.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libthread_db/arch/mips/libpthread_md.c b/lib/libthread_db/arch/mips/libpthread_md.c index cef786a32887..1ded66d1c3fe 100644 --- a/lib/libthread_db/arch/mips/libpthread_md.c +++ b/lib/libthread_db/arch/mips/libpthread_md.c @@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$"); #include <sys/types.h> +#define _WANT_MIPS_REGNUM #include <sys/procfs.h> #include <ucontext.h> #include <string.h> |
