diff options
Diffstat (limited to 'audio/sox/patches/patch-ac')
-rw-r--r-- | audio/sox/patches/patch-ac | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/sox/patches/patch-ac b/audio/sox/patches/patch-ac new file mode 100644 index 00000000000..9ffdb7d74a7 --- /dev/null +++ b/audio/sox/patches/patch-ac @@ -0,0 +1,12 @@ +$NetBSD: patch-ac,v 1.4 2000/12/27 00:55:03 wiz Exp $ + +--- au.c.orig Fri Sep 1 18:08:24 2000 ++++ au.c +@@ -22,6 +22,7 @@ + #include "st.h" + #include "g72x.h" + #include <stdlib.h> ++#include <string.h> + + /* Magic numbers used in Sun and NeXT audio files */ + #define SUN_MAGIC 0x2e736e64 /* Really '.snd' */ |