From 63182a7c1558557702a847496fbb2cb66acf5aa1 Mon Sep 17 00:00:00 2001 From: dsl Date: Mon, 9 Dec 2013 17:39:53 +0000 Subject: [PATCH] Include machine/npx.h here. The only file that needs 'struct freebsd_save87' includes it already. --- sys/arch/i386/include/freebsd_machdep.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/arch/i386/include/freebsd_machdep.h b/sys/arch/i386/include/freebsd_machdep.h index 5d8fb386c2c3..8533762f7f2f 100644 --- a/sys/arch/i386/include/freebsd_machdep.h +++ b/sys/arch/i386/include/freebsd_machdep.h @@ -1,4 +1,4 @@ -/* $NetBSD: freebsd_machdep.h,v 1.10 2013/12/08 20:45:30 dsl Exp $ */ +/* $NetBSD: freebsd_machdep.h,v 1.11 2013/12/09 17:39:53 dsl Exp $ */ /* * Copyright (c) 1986, 1989, 1991, 1993 @@ -41,6 +41,7 @@ #define _FREEBSD_MACHDEP_H #include +#include /* * signal support