summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/aha1542.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/i386/isa/aha1542.c')
-rw-r--r--sys/i386/isa/aha1542.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/i386/isa/aha1542.c b/sys/i386/isa/aha1542.c
index 670f212..786ae41 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.25 1994/05/03 05:44:53 rgrimes Exp $
+ * $Id: aha1542.c,v 1.27 1994/05/25 08:57:57 rgrimes Exp $
*/
/*
@@ -21,7 +21,7 @@
#include <sys/types.h>
#ifdef KERNEL /* don't laugh.. look for main() */
-#include <aha.h>
+#include "aha.h"
#include <sys/param.h>
#include <sys/systm.h>
@@ -38,7 +38,7 @@
#ifdef KERNEL
#include "ddb.h"
-#include "kernel.h"
+#include <sys/kernel.h>
#else /*KERNEL */
#define NAHA 1
#endif /*KERNEL */
OpenPOWER on IntegriCloud