mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Include <stddef.h> here so that <sys/assym.h> can be unpolluted.
Include <sys/param.h> before <sys/assym.h> in case any of the magic in the former is ever needed in the latter.
This commit is contained in:
parent
f6530d902a
commit
7eed718873
2 changed files with 6 additions and 2 deletions
|
|
@ -1,7 +1,9 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
#include <sys/assym.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
|
||||
#include <i386/linux/linux.h>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,9 @@
|
|||
/* $FreeBSD$ */
|
||||
|
||||
#include <sys/assym.h>
|
||||
#include <stddef.h>
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
|
||||
#include <i386/linux/linux.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue