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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102964
@ -2,6 +2,7 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <i386/linux/linux.h>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user