diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-31 19:41:07 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-08-31 19:41:07 +0000 |
commit | 2daaca86faaf872e758c7430829eeba13d10dcdb (patch) | |
tree | a4dd19667b9184f4c0809830972ccb0cc895f0ae /lib/libossaudio | |
parent | b94ef13a86c90daa1d5e9da755743bc405b55c3d (diff) |
pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuck@iname.com
Diffstat (limited to 'lib/libossaudio')
-rw-r--r-- | lib/libossaudio/soundcard.h | 6 |
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) |