summaryrefslogtreecommitdiffstats
path: root/sys/compat/svr4
diff options
context:
space:
mode:
authormarcel <marcel@FreeBSD.org>2000-12-03 01:56:15 +0000
committermarcel <marcel@FreeBSD.org>2000-12-03 01:56:15 +0000
commit134e569eff77ed4d6a038dbc37233750b4d94113 (patch)
tree82379df9041fd89962c3a384e4240bc51c4cc228 /sys/compat/svr4
parentbf7a8acc8f820ec93607af8015169aa2e5251a69 (diff)
downloadFreeBSD-src-134e569eff77ed4d6a038dbc37233750b4d94113.zip
FreeBSD-src-134e569eff77ed4d6a038dbc37233750b4d94113.tar.gz
Include machine/cpu.h for cpu_getstack().
Spotted by: jake
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r--sys/compat/svr4/svr4_signal.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/compat/svr4/svr4_signal.c b/sys/compat/svr4/svr4_signal.c
index 84f8ce0..8b4e2af 100644
--- a/sys/compat/svr4/svr4_signal.c
+++ b/sys/compat/svr4/svr4_signal.c
@@ -36,6 +36,8 @@
#include <sys/signalvar.h>
#include <sys/sysproto.h>
+#include <machine/cpu.h>
+
#include <compat/svr4/svr4.h>
#include <compat/svr4/svr4_types.h>
#include <compat/svr4/svr4_signal.h>
OpenPOWER on IntegriCloud