summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound/soundcard.c
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1995-12-06 23:52:35 +0000
committerbde <bde@FreeBSD.org>1995-12-06 23:52:35 +0000
commitc0273b2f6435eb28e855bdccf8752c6bce096291 (patch)
treee151f335575aa8b8b1875c2cb148ac8d58baf799 /sys/i386/isa/sound/soundcard.c
parent369f41ad46df402995bdb9d0f3e2bf0534b3c81d (diff)
downloadFreeBSD-src-c0273b2f6435eb28e855bdccf8752c6bce096291.zip
FreeBSD-src-c0273b2f6435eb28e855bdccf8752c6bce096291.tar.gz
Replaced #includes of <sys/user.h> by less gross headers, usually
<sys/vm.h>. Many device drivers need only the definition of vtophys() from vm. Added nearby #includes of <sys/conf.h> where appropriate.
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 62437fc..1b4ee3b 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -26,10 +26,11 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * $Id: soundcard.c,v 1.34 1995/11/29 14:40:28 julian Exp $
+ * $Id: soundcard.c,v 1.35 1995/12/01 01:38:49 julian Exp $
*/
#include "sound_config.h"
+#include <vm/vm.h>
#ifdef CONFIGURE_SOUNDCARD
OpenPOWER on IntegriCloud