mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
It seems <sys/types.h> is a new prerequisite for <bitstring.h> after
r300539. Attempt to fix the build for i386.
This commit is contained in:
parent
1717b68af1
commit
00774f3549
3 changed files with 3 additions and 1 deletions
|
|
@ -32,6 +32,7 @@ static const char rcsid[] =
|
|||
"$FreeBSD$";
|
||||
#endif /* not lint */
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <assert.h>
|
||||
#include <bitstring.h>
|
||||
#include <err.h>
|
||||
|
|
@ -45,7 +46,6 @@ static const char rcsid[] =
|
|||
#include <syslog.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/time.h>
|
||||
#include <sys/wait.h>
|
||||
#include <machine/apm_bios.h>
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <string.h>
|
||||
#include <syslog.h>
|
||||
#include <bitstring.h>
|
||||
|
|
|
|||
|
|
@ -30,6 +30,7 @@
|
|||
* $FreeBSD$
|
||||
*/
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <stdio.h>
|
||||
#include <bitstring.h>
|
||||
#include <stdlib.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue