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 12:58:57 +00:00
parent 367797e031
commit 4db068aabc
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=102964

View File

@ -2,6 +2,7 @@
#include <sys/param.h>
#include <sys/assym.h>
#include <sys/systm.h>
#include <i386/linux/linux.h>