--- console/audio/linux/audiodrv.h.orig	Thu May  7 00:11:53 1998
+++ console/audio/linux/audiodrv.h	Sat Jul 25 21:17:13 1998
@@ -16,8 +16,10 @@
 
 #if defined(HAVE_LINUX) && defined(HAVE_LINUX_SOUNDCARD_H)
   #include <linux/soundcard.h>
-#elif defined(HAVE_FREEBSD) && defined((HAVE_MACHINE_SOUNDCARD_H)
-  #include <machine/soundcard.h>
+#elif defined(HAVE_FREEBSD)
+  #ifdef HAVE_MACHINE_SOUNDCARD_H
+    #include <machine/soundcard.h>
+  #endif
 #else
   #error Audio driver not supported.
 #endif
