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
4db068aabc
commit
a1212c2a4e
@ -3,6 +3,7 @@
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/assym.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <compat/svr4/svr4_signal.h>
|
||||
#include <compat/svr4/svr4_ucontext.h>
|
||||
|
Loading…
Reference in New Issue
Block a user