summaryrefslogtreecommitdiff
path: root/audio/sox/patches/patch-ad
blob: 5c9d998449b394ae8df67ec275801ad13c11317c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ad,v 1.3 2000/12/27 00:55:04 wiz Exp $

--- pitch.c.orig	Wed Jun  7 20:35:39 2000
+++ pitch.c
@@ -38,6 +38,7 @@
 #include "st.h"
 
 #include <stdlib.h> /* malloc(), free() */
+#include <string.h> /* memcpy() */
 
 #include <math.h>   /* cos(), pow() */
 #include <limits.h> /* LONG_MAX */