mirror of
https://github.com/opnsense/src.git
synced 2026-04-02 07:55:21 -04:00
Add required headers and function declarations.
This commit is contained in:
parent
4f6304398f
commit
2d24bf11c8
2 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue