diff options
Diffstat (limited to 'sys/pci/wdc_p.c')
-rw-r--r-- | sys/pci/wdc_p.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/pci/wdc_p.c b/sys/pci/wdc_p.c index 7f2cd70..db9fffa 100644 --- a/sys/pci/wdc_p.c +++ b/sys/pci/wdc_p.c @@ -16,7 +16,7 @@ * 4. Modifications may be freely made to this file if the above conditions * are met. * - * $Id$ + * $Id: wdc_p.c,v 1.1 1997/03/11 23:17:26 se Exp $ */ /* @@ -26,6 +26,7 @@ #include "pci.h" #if NPCI > 0 +#include "opt_wd.h" #ifdef CMD640 #include <sys/param.h> |