$NetBSD: patch-ae,v 1.3 2001/04/17 16:27:21 rh Exp $ --- src/audio/SDL_sysaudio.h.orig Wed Mar 21 18:19:56 2001 +++ src/audio/SDL_sysaudio.h @@ -99,7 +99,7 @@ SDL_AudioDevice *(*create)(int devindex); } AudioBootStrap; -#if defined(unix) && \ +#if defined(__NetBSD__) || defined(unix) && \ !defined(linux) && !defined(__FreeBSD__) && !defined(__CYGWIN32__) \ && !defined(__bsdi__) extern AudioBootStrap AUDIO_bootstrap;