summaryrefslogtreecommitdiff
path: root/audio/sox/patches/patch-aj
blob: 6c3fd63fbb03b53b62e36599ef95af8420535f9c (plain)
1
2
3
4
5
6
7
8
9
10
11
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