$NetBSD: patch-ad,v 1.2 1998/08/07 10:40:35 agc Exp $ --- multimedia/audio.c.orig Sun May 31 18:14:49 1998 +++ multimedia/audio.c Tue Jun 16 23:58:24 1998 @@ -28,11 +28,14 @@ #ifdef HAVE_OSS +#ifdef __NetBSD__ +#include #ifdef HAVE_MACHINE_SOUNDCARD_H # include #endif #ifdef HAVE_SYS_SOUNDCARD_H # include +#endif #endif #define SOUND_DEV "/dev/dsp"