diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-05 05:32:42 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-05 05:32:42 +0000 |
commit | 2ae4c5f3747b984593be84ba29478de5740f0c06 (patch) | |
tree | 4bc3a0c9c21abcbb6775633f5b3945021327aab5 /sys/dev/isa/sbdspvar.h | |
parent | de7e17840b1d4d4c1e4448b2b50bb89e67d68f17 (diff) |
mv isa/mpu401var.h ic/mpuvar.h
Diffstat (limited to 'sys/dev/isa/sbdspvar.h')
-rw-r--r-- | sys/dev/isa/sbdspvar.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/isa/sbdspvar.h b/sys/dev/isa/sbdspvar.h index bad0ef19d60..d5cf4dcb1fb 100644 --- a/sys/dev/isa/sbdspvar.h +++ b/sys/dev/isa/sbdspvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sbdspvar.h,v 1.10 1999/07/20 16:36:05 deraadt Exp $ */ +/* $OpenBSD: sbdspvar.h,v 1.11 1999/08/05 05:32:41 deraadt Exp $ */ /* $NetBSD: sbdspvar.h,v 1.37 1998/08/10 00:20:39 mycroft Exp $ */ /* @@ -37,7 +37,7 @@ #include "midi.h" #if NMIDI > 0 -#include <dev/isa/mpu401var.h> +#include <dev/ic/mpuvar.h> #endif #define SB_MASTER_VOL 0 |