diff options
Diffstat (limited to 'audio/sox/patches/patch-aj')
-rw-r--r-- | audio/sox/patches/patch-aj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/audio/sox/patches/patch-aj b/audio/sox/patches/patch-aj new file mode 100644 index 00000000000..6c3fd63fbb0 --- /dev/null +++ b/audio/sox/patches/patch-aj @@ -0,0 +1,12 @@ +$NetBSD: patch-aj,v 1.1 2000/12/27 00:55:05 wiz Exp $ + +--- stretch.c.orig Wed Jun 7 20:35:40 2000 ++++ stretch.c +@@ -22,6 +22,7 @@ + #include "st.h" + + #include <stdlib.h> /* malloc and free */ ++#include <string.h> /* memcpy */ + #include <limits.h> /* LONG_MAX */ + + #ifndef MIN |