diff options
| author | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-24 02:54:56 +0000 |
|---|---|---|
| committer | Eivind Eklund <eivind@FreeBSD.org> | 1998-01-24 02:54:56 +0000 |
| commit | 7b778b5e61910c0f18361e6f5e17ab0b6c5480f3 (patch) | |
| tree | 37324a07db4c415fcf6b7459dc8073aeb9355ca9 /sys/dev/si | |
| parent | 7f4ba7135504dcc12d161978438219a68976f07c (diff) | |
Notes
Diffstat (limited to 'sys/dev/si')
| -rw-r--r-- | sys/dev/si/si.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/si/si.c b/sys/dev/si/si.c index f71871e4ee1f..2ade5e12b88c 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.62 1997/12/06 13:22:56 bde Exp $ + * $Id: si.c,v 1.63 1997/12/16 17:40:03 eivind Exp $ */ #ifndef lint @@ -40,6 +40,7 @@ static const char si_copyright1[] = "@(#) (C) Specialix International, 1990,199 #endif /* not lint */ #include "opt_compat.h" +#include "opt_devfs.h" #include <sys/param.h> #include <sys/systm.h> |
