mirror of
https://github.com/opnsense/src.git
synced 2026-03-29 06:03:14 -04:00
r235154 followup: add stddef.h for offsetof
MFC after: 1 month
This commit is contained in:
parent
356c95812d
commit
76df382c3a
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@ __FBSDID("$FreeBSD$");
|
|||
*/
|
||||
|
||||
#include <stand.h>
|
||||
#include <stddef.h>
|
||||
#include <string.h>
|
||||
#include <machine/bootinfo.h>
|
||||
#include <machine/psl.h>
|
||||
|
|
|
|||
Loading…
Reference in a new issue