summaryrefslogtreecommitdiffstats
path: root/sys/i386/isa/sound
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1999-01-27 10:10:03 +0000
committerbde <bde@FreeBSD.org>1999-01-27 10:10:03 +0000
commit452461a59bb02152445a15d161bc20eaaefb0ee1 (patch)
tree41863e0c3284350fbbf6a88fc8013747001600d8 /sys/i386/isa/sound
parent5429c9828c90015a4c41ede2590f556a9fed456f (diff)
downloadFreeBSD-src-452461a59bb02152445a15d161bc20eaaefb0ee1.zip
FreeBSD-src-452461a59bb02152445a15d161bc20eaaefb0ee1.tar.gz
Include <sys/select.h> -- don't depend on pollution in <sys/proc.h>.
Diffstat (limited to 'sys/i386/isa/sound')
-rw-r--r--sys/i386/isa/sound/dmabuf.c2
-rw-r--r--sys/i386/isa/sound/sequencer.c2
-rw-r--r--sys/i386/isa/sound/soundcard.c1
3 files changed, 5 insertions, 0 deletions
diff --git a/sys/i386/isa/sound/dmabuf.c b/sys/i386/isa/sound/dmabuf.c
index 76494ad..269f5ae 100644
--- a/sys/i386/isa/sound/dmabuf.c
+++ b/sys/i386/isa/sound/dmabuf.c
@@ -29,6 +29,8 @@
#include <i386/isa/sound/sound_config.h>
+#include <sys/select.h>
+
#include <machine/md_var.h>
#if defined(CONFIG_AUDIO) || defined(CONFIG_GUS)
diff --git a/sys/i386/isa/sound/sequencer.c b/sys/i386/isa/sound/sequencer.c
index 4990774..197bd74 100644
--- a/sys/i386/isa/sound/sequencer.c
+++ b/sys/i386/isa/sound/sequencer.c
@@ -34,6 +34,8 @@
#ifdef CONFIG_SEQUENCER
+#include <sys/select.h>
+
#include <i386/isa/sound/midi_ctrl.h>
static void seq_drain_midi_queues(void);
diff --git a/sys/i386/isa/sound/soundcard.c b/sys/i386/isa/sound/soundcard.c
index 3b6db0b..648c35a 100644
--- a/sys/i386/isa/sound/soundcard.c
+++ b/sys/i386/isa/sound/soundcard.c
@@ -36,6 +36,7 @@
#if NSND > 0 /* from "snd.h" */
#include "uart.h"
+#include <sys/select.h>
#include <vm/vm.h>
#include <vm/pmap.h>
#include <sys/mman.h>
OpenPOWER on IntegriCloud