diff options
Diffstat (limited to 'sys/i386/bios/apm.c')
-rw-r--r-- | sys/i386/bios/apm.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/i386/bios/apm.c b/sys/i386/bios/apm.c index 59067c30378d..1f5e23963df3 100644 --- a/sys/i386/bios/apm.c +++ b/sys/i386/bios/apm.c @@ -15,9 +15,11 @@ * * Sep, 1994 Implemented on FreeBSD 1.1.5.1R (Toshiba AVS001WD) * - * $Id: apm.c,v 1.66 1997/12/04 02:40:00 imp Exp $ + * $Id: apm.c,v 1.67 1997/12/23 16:32:35 nate Exp $ */ +#include "opt_devfs.h" + #include <sys/param.h> #include <sys/conf.h> #include <sys/kernel.h> |