summaryrefslogtreecommitdiffstats
path: root/sys/i386/svr4
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>2002-09-05 13:08:22 +0000
committerbde <bde@FreeBSD.org>2002-09-05 13:08:22 +0000
commit63ed1676250ad8f8549716d60c8354ae800a12a3 (patch)
tree9f53fae1ee7b3288237a26c3e008f1f5474a1aad /sys/i386/svr4
parent2f40aad6b9d0ed57c32b48854d4b7a4358924738 (diff)
downloadFreeBSD-src-63ed1676250ad8f8549716d60c8354ae800a12a3.zip
FreeBSD-src-63ed1676250ad8f8549716d60c8354ae800a12a3.tar.gz
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>.
Diffstat (limited to 'sys/i386/svr4')
-rw-r--r--sys/i386/svr4/svr4_genassym.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/i386/svr4/svr4_genassym.c b/sys/i386/svr4/svr4_genassym.c
index 675f0e4..deb375f 100644
--- a/sys/i386/svr4/svr4_genassym.c
+++ b/sys/i386/svr4/svr4_genassym.c
@@ -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>
OpenPOWER on IntegriCloud