Add missing #includes so that this can compile. Obtained from the i386 version.

This commit is contained in:
Scott Long 2004-07-18 15:20:03 +00:00
parent e89865e516
commit 4bfe920594
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=132351

View file

@ -27,6 +27,13 @@
#include <sys/cdefs.h>
__FBSDID("$FreeBSD$");
#include <string.h>
#include <sys/types.h>
#include <proc_service.h>
#include <thread_db.h>
#include "libpthread_db.h"
void
pt_reg_to_ucontext(const struct reg *r, ucontext_t *uc)
{