From 7a6c2e7565a057213b02c3c20796876e99f2822c Mon Sep 17 00:00:00 2001 From: bde Date: Sun, 20 Jul 1997 11:00:32 +0000 Subject: [PATCH] Oops, I removed one too many #include. was previously included twice as a side effect of including unrelated headers, but I removed the #include of one of the headers and will soon fix the nested #include in the other. --- sys/i386/i386/math_emulate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sys/i386/i386/math_emulate.c b/sys/i386/i386/math_emulate.c index ad8d3bba3049..3c5ebf3a93fe 100644 --- a/sys/i386/i386/math_emulate.c +++ b/sys/i386/i386/math_emulate.c @@ -6,7 +6,7 @@ * [expediant "port" of linux 8087 emulator to 386BSD, with apologies -wfj] * * from: 386BSD 0.1 - * $Id: math_emulate.c,v 1.24 1997/07/20 08:37:20 bde Exp $ + * $Id: math_emulate.c,v 1.25 1997/07/20 08:46:19 bde Exp $ */ /* @@ -38,6 +38,7 @@ #include #include +#include #include #include