summaryrefslogtreecommitdiff
path: root/emulators/stella/files/patch-OSS.c
blob: df0899b821dc58b76d6f037841eb01acba57a186 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ../ui/sound/OSS.c.orig	Tue Jan  8 17:11:32 2002
+++ ../ui/sound/OSS.c	Mon Dec 30 04:08:03 2002
@@ -32,12 +32,7 @@
 #include <sys/types.h>
 #include <unistd.h>
 #include <string.h>
-
-#ifdef __FreeBSD__
-  #include <machine/soundcard.h>
-#else
-  #include <sys/soundcard.h>
-#endif
+#include <sys/soundcard.h>
 
 #include "TIASound.h"