summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/soundcard.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-10 02:53:07 +0000
committerbde <bde@FreeBSD.org>1995-12-10 02:53:07 +0000
commit854894bd5ccae9eb9edd5c25e0a5cb23dfe8faf7 (patch)
treeaf9ac1ddc39f1693087745b7f3f1d5191d712a38 /sys/i386/isa/sound/soundcard.c
parent50f54171de6ba79954087dce88eee94980c7fcfc (diff)
downloadFreeBSD-src-854894bd5ccae9eb9edd5c25e0a5cb23dfe8faf7.zip
FreeBSD-src-854894bd5ccae9eb9edd5c25e0a5cb23dfe8faf7.tar.gz
Moved vm includes out of centralized headers again.
Diffstat (limited to 'sys/i386/isa/sound/soundcard.c')
-rw-r--r--sys/i386/isa/sound/soundcard.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c
index 8fb9bf8..4ab5480 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -26,11 +26,12 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: soundcard.c,v 1.37 1995/12/08 11:16:44 julian Exp $
+ * $Id: soundcard.c,v 1.38 1995/12/08 23:21:13 phk Exp $
*/
#include "sound_config.h"
#include <vm/vm.h>
+#include <vm/vm_extern.h>
#ifdef CONFIGURE_SOUNDCARD
OpenPOWER on IntegriCloud