mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
Add required headers and function declarations.
This commit is contained in:
parent
4f6304398f
commit
2d24bf11c8
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=124190
@ -38,6 +38,8 @@ __FBSDID("$FreeBSD$");
|
||||
#include <ieeefp.h>
|
||||
#include <machine/sysarch.h>
|
||||
|
||||
extern int sysarch(int op, char *parms);
|
||||
|
||||
struct params {
|
||||
u_int64_t mask;
|
||||
};
|
||||
|
@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
|
||||
|
||||
#include <errno.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <ucontext.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user