summaryrefslogtreecommitdiff
path: root/audio/cmp3/files/patch-cmp3volume.c
blob: b082de7b2379d3cbd45d32e0c412775f852a0b05 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- cmp3volume.c.orig	2001-07-01 04:38:08 UTC
+++ cmp3volume.c
@@ -3,11 +3,7 @@
 */    
 
 #include "cmp3funcs.h"
-#if defined(__FreeBSD__)
-#include <machine/soundcard.h>
-#else
 #include<sys/soundcard.h>
-#endif
 
 static int mixernum,                    /* ID number for the mixer */
            vol;                         /* Current volume level */