diff options
Diffstat (limited to 'sys/dev/si/si.c')
-rw-r--r-- | sys/dev/si/si.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index 1c72960..f71871e 100644 --- a/sys/dev/si/si.c +++ b/sys/dev/si/si.c @@ -30,7 +30,7 @@ * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN * NO EVENT SHALL THE AUTHORS BE LIABLE. * - * $Id: si.c,v 1.61 1997/09/21 21:41:37 gibbs Exp $ + * $Id: si.c,v 1.62 1997/12/06 13:22:56 bde Exp $ */ #ifndef lint @@ -39,6 +39,8 @@ static const char si_copyright1[] = "@(#) (C) Specialix International, 1990,199 si_copyright3[] = "@(#) (C) Peter Wemm 1995"; #endif /* not lint */ +#include "opt_compat.h" + #include <sys/param.h> #include <sys/systm.h> #if defined(COMPAT_43) || defined(COMPAT_SUNOS) |