mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Unbreak compilation on RELENG_4.
Submitted by: des
This commit is contained in:
parent
8c7e194708
commit
78f104db9c
1 changed files with 1 additions and 1 deletions
|
|
@ -61,13 +61,13 @@ __FBSDID("$FreeBSD$");
|
|||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/resource.h>
|
||||
#include <sys/signal.h>
|
||||
#include <sys/stat.h>
|
||||
#if defined(__i386__)
|
||||
#include <sys/sysctl.h>
|
||||
#endif
|
||||
#include <sys/time.h>
|
||||
#include <sys/resource.h>
|
||||
#ifndef MACHINE
|
||||
#include <sys/utsname.h>
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue