changeset 5885:febfa0a1d322

oss detection fix for bsd
author arpi
date Sun, 28 Apr 2002 17:25:10 +0000
parents e20ef52a4e3f
children d4307620912d
files configure
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/configure	Sun Apr 28 17:22:40 2002 +0000
+++ b/configure	Sun Apr 28 17:25:10 2002 +0000
@@ -2452,6 +2452,7 @@
 echocheck "OSS Audio"
 if test "$_ossaudio" = auto ; then
   cat > $TMPC << EOF
+#include <sys/ioctl.h>
 $_inc_soundcard
 int main(void) { int arg = SNDCTL_DSP_SETFRAGMENT; return 0; }
 EOF