Use intr.h on alpha and i386.

This commit is contained in:
mycroft 1996-05-13 01:01:55 +00:00
parent cec36bf8d5
commit 682960c500
1 changed files with 6 additions and 2 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: audio.c,v 1.24 1996/03/30 22:51:23 christos Exp $ */
/* $NetBSD: audio.c,v 1.25 1996/05/13 01:01:55 mycroft Exp $ */
/*
* Copyright (c) 1991-1993 Regents of the University of California.
@ -78,8 +78,12 @@
#include <sys/kernel.h>
#include <sys/signalvar.h>
#include <sys/conf.h>
#include <sys/audioio.h>
#if defined(__alpha__) || defined(__i386__)
#include <machine/intr.h>
#endif
#include <dev/audiovar.h>
#include <dev/audio_if.h>