aboutsummaryrefslogtreecommitdiffstats
path: root/codecs
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-03-20 20:11:20 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2001-03-20 20:11:20 +0000
commit152df279fff5cc9c3807d396b8c5e18ed366c965 (patch)
tree9a71bcf2ad421e67eea8b28e5209faf3671fe1b0 /codecs
parent48f7eb0ef99feb63b9a80df7922ee3bc843b3a48 (diff)
Version 0.1.7 from FTP
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@243 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'codecs')
-rwxr-xr-xcodecs/mp3/src/cupini.c2
-rwxr-xr-xcodecs/mp3/src/dec8.c1
-rwxr-xr-xcodecs/mp3/src/iupini.c1
3 files changed, 3 insertions, 1 deletions
diff --git a/codecs/mp3/src/cupini.c b/codecs/mp3/src/cupini.c
index 5775a86bd..afa19d575 100755
--- a/codecs/mp3/src/cupini.c
+++ b/codecs/mp3/src/cupini.c
@@ -44,7 +44,7 @@ mod 11/15/95 for Layer I
#pragma warning(disable:4056)
#endif
-
+#include <string.h>
/* Read Only */
static long steps[18] =
diff --git a/codecs/mp3/src/dec8.c b/codecs/mp3/src/dec8.c
index 478bbf1df..50ec0a9ad 100755
--- a/codecs/mp3/src/dec8.c
+++ b/codecs/mp3/src/dec8.c
@@ -98,6 +98,7 @@ IN_OUT structure returns:
#include <stdlib.h>
#include <stdio.h>
#include <float.h>
+#include <string.h>
#include <math.h>
#include "L3.h"
#include "mhead.h" /* mpeg header structure */
diff --git a/codecs/mp3/src/iupini.c b/codecs/mp3/src/iupini.c
index 83d5793b4..800103b56 100755
--- a/codecs/mp3/src/iupini.c
+++ b/codecs/mp3/src/iupini.c
@@ -35,6 +35,7 @@ mods 1/8/97 warnings
=========================================================*/
#include <limits.h>
+#include <string.h>
/* Read only */
static long steps[18] =