mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 22:02:58 -04:00
Include <sys/systm.h> for the definition of offsetof() instead of depending
on the definition being misplaced in <sys/types.h>. The definition probably belongs in <sys/stddef.h>.
This commit is contained in:
parent
367797e031
commit
4db068aabc
1 changed files with 1 additions and 0 deletions
|
|
@ -2,6 +2,7 @@
|
|||
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <i386/linux/linux.h>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue