diff options
Diffstat (limited to 'sys/i386/isa/aha1542.c')
-rw-r--r-- | sys/i386/isa/aha1542.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c index 5c9b64b..f818aad 100644 --- a/sys/i386/isa/aha1542.c +++ b/sys/i386/isa/aha1542.c @@ -12,7 +12,7 @@ * on the understanding that TFS is not responsible for the correct * functioning of this software in any circumstances. * - * $Id: aha1542.c,v 1.71 1997/09/21 21:40:49 gibbs Exp $ + * $Id: aha1542.c,v 1.72 1997/11/18 10:56:41 bde Exp $ */ /* @@ -20,6 +20,7 @@ */ #include "aha.h" +#include "opt_diagnostic.h" #include <sys/param.h> #include <sys/buf.h> |