diff options
-rw-r--r-- | sys/arch/i386/i386/process_machdep.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/i386/process_machdep.c b/sys/arch/i386/i386/process_machdep.c index 32476fdec43..61eccce92b4 100644 --- a/sys/arch/i386/i386/process_machdep.c +++ b/sys/arch/i386/i386/process_machdep.c @@ -1,4 +1,4 @@ -/* $OpenBSD: process_machdep.c,v 1.17 2004/07/02 16:29:55 niklas Exp $ */ +/* $OpenBSD: process_machdep.c,v 1.18 2004/07/20 18:59:21 kettenis Exp $ */ /* $NetBSD: process_machdep.c,v 1.22 1996/05/03 19:42:25 christos Exp $ */ /* @@ -77,6 +77,8 @@ #include <machine/vm86.h> #endif +#include "npx.h" + static __inline struct trapframe *process_frame(struct proc *); static __inline union savefpu *process_fpframe(struct proc *); |