summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1999-08-31 19:41:06 +0000
committerderaadt <deraadt@openbsd.org>1999-08-31 19:41:06 +0000
commit8337ca9d10238966bcd07203968d8b02cda1d00e (patch)
tree2800dbed0ee57d4fb9bdd15c5e057062fbcad2ba
parentSupport fxch abreviated form (diff)
downloadwireguard-openbsd-8337ca9d10238966bcd07203968d8b02cda1d00e.tar.xz
wireguard-openbsd-8337ca9d10238966bcd07203968d8b02cda1d00e.zip
pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuck@iname.com
-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)