mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Add required headers.
This commit is contained in:
parent
2d24bf11c8
commit
346866aa97
2 changed files with 4 additions and 0 deletions
|
|
@ -32,6 +32,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <machine/fpu.h>
|
||||
#include <stdarg.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
struct fdesc {
|
||||
uint64_t ip;
|
||||
|
|
|
|||
|
|
@ -32,6 +32,8 @@ __FBSDID("$FreeBSD$");
|
|||
#include <machine/fpu.h>
|
||||
#include <signal.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
struct fdesc {
|
||||
|
|
|
|||
Loading…
Reference in a new issue