aboutsummaryrefslogtreecommitdiffstats
path: root/codecs/gsm/src/code.c
diff options
context:
space:
mode:
Diffstat (limited to 'codecs/gsm/src/code.c')
-rwxr-xr-xcodecs/gsm/src/code.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/codecs/gsm/src/code.c b/codecs/gsm/src/code.c
index 739554294..4d195dfbd 100755
--- a/codecs/gsm/src/code.c
+++ b/codecs/gsm/src/code.c
@@ -8,9 +8,8 @@
#include "config.h"
-
-#ifdef HAS_STDLIB_H
-#include <stdlib.h>
+#ifdef HAS_STRING_H
+#include <string.h>
#else
# include "proto.h"
extern char * memcpy P((char *, char *, int));
@@ -86,7 +85,6 @@ void Gsm_Coder P8((S,s,LARc,Nc,bc,Mc,xmaxc,xMc),
*/
{ register int i;
- register longword ltmp;
for (i = 0; i <= 39; i++)
dp[ i ] = GSM_ADD( e[5 + i], dpp[i] );
}