From 2daaca86faaf872e758c7430829eeba13d10dcdb Mon Sep 17 00:00:00 2001 From: Theo de Raadt Date: Tue, 31 Aug 1999 19:41:07 +0000 Subject: pull in ioccom.h because apps exist which do not pull in ioctl.h first; steuck@iname.com --- lib/libossaudio/soundcard.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'lib/libossaudio') 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 +#endif /* !_IOWR */ + #define SOUND_VERSION 0x030000 #define SNDCTL_DSP_RESET _IO ('P', 0) -- cgit v1.2.3