diff options
Diffstat (limited to 'audio/cmp3/files/patch-ad')
-rw-r--r-- | audio/cmp3/files/patch-ad | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/cmp3/files/patch-ad b/audio/cmp3/files/patch-ad new file mode 100644 index 000000000000..7f5a6b83d844 --- /dev/null +++ b/audio/cmp3/files/patch-ad @@ -0,0 +1,15 @@ +--- cmp3volume.c.orig Tue Mar 7 14:26:13 2000 ++++ cmp3volume.c Tue Mar 7 14:26:22 2000 +@@ -3,7 +3,7 @@ + */ + + #include "cmp3funcs.h" +-#include<sys/soundcard.h> ++#include <machine/soundcard.h> + + static int mixernum, /* ID number for the mixer */ + vol; /* Current volume level */ +@@ -89,4 +89,4 @@ + return; + } + |