summaryrefslogtreecommitdiff
path: root/audio/gsm/patches/patch-ac
blob: 900cf1b4f3324c71d5561fbc31e08036237dc733 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.2 2009/02/03 06:09:09 obache Exp $

--- src/code.c.orig	2006-04-26 19:16:50.000000000 +0000
+++ src/code.c
@@ -11,6 +11,7 @@
 
 #ifdef	HAS_STDLIB_H
 #include	<stdlib.h>
+#include	<string.h>
 #else
 #	include "proto.h"
 	extern char	* memcpy P((char *, char *, int));