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:
Bruce Evans 2002-09-05 13:08:22 +00:00
parent 4db068aabc
commit a1212c2a4e

View File

@ -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>