summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/libossaudio/soundcard.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/lib/libossaudio/soundcard.h b/lib/libossaudio/soundcard.h
index 7d7b9bf26eb..98b0398c91e 100644
--- a/lib/libossaudio/soundcard.h
+++ b/lib/libossaudio/soundcard.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: soundcard.h,v 1.2 1999/02/17 01:27:36 millert Exp $ */
+M/* $OpenBSD: soundcard.h,v 1.3 1999/08/31 19:41:06 deraadt Exp $ */
/* $NetBSD: soundcard.h,v 1.4 1997/10/29 20:23:27 augustss Exp $ */
/*
@@ -44,6 +44,10 @@
#ifndef _soundcard_h_
#define _soundcard_h_
+#ifndef _IOWR
+#include <sys/ioccom.h>
+#endif /* !_IOWR */
+
#define SOUND_VERSION 0x030000
#define SNDCTL_DSP_RESET _IO ('P', 0)