mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Add missing includes to eliminate -Wmissing-prototypes warnings
This commit is contained in:
parent
8f3da8a2d0
commit
cfb65fa249
5 changed files with 5 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include "libc_private.h"
|
||||
|
||||
__weak_reference(__sys_close, __close);
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <unistd.h>
|
||||
#include "libc_private.h"
|
||||
|
||||
__weak_reference(__sys_fsync, __fsync);
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/fcntl.h>
|
||||
#include <sys/mman.h>
|
||||
#include "libc_private.h"
|
||||
|
||||
__weak_reference(__sys_msync, __msync);
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
#include "libc_private.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -35,6 +35,7 @@ __FBSDID("$FreeBSD$");
|
|||
|
||||
#include <sys/types.h>
|
||||
#include <sys/syscall.h>
|
||||
#include <sys/uio.h>
|
||||
#include <unistd.h>
|
||||
#include "libc_private.h"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue