From 682960c500f70718627585c947d7898114c94c6e Mon Sep 17 00:00:00 2001 From: mycroft Date: Mon, 13 May 1996 01:01:55 +0000 Subject: [PATCH] Use intr.h on alpha and i386. --- sys/dev/audio.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/sys/dev/audio.c b/sys/dev/audio.c index 7043f831c513..a74bc8d4805b 100644 --- a/sys/dev/audio.c +++ b/sys/dev/audio.c @@ -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 #include #include - #include + +#if defined(__alpha__) || defined(__i386__) +#include +#endif + #include #include