--- AudioDriver.h.orig Mon Mar 3 21:47:00 1997 +++ AudioDriver.h Sun May 18 11:12:48 2003 @@ -7,14 +7,15 @@ #include #include #include +#include "Config.h" // These next includes were not required if libsidplay would not // provide related HAVE_* definitions. #include #if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H) #include -#elif defined(HAVE_FREEBSD) && defined(HAVE_MACHINE_SOUNDCARD_H) - #include +#elif defined(HAVE_FREEBSD) && defined(HAVE_SYS_SOUNDCARD_H) + #include #elif defined(HAVE_NETBSD) && defined(HAVE_SOUNDCARD_H) #include #else