Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/celt-0.7.0.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-04-11 01:23:53 +0400
committerJean-Marc Valin <jean-marc.valin@usherbrooke.ca>2008-04-11 01:23:53 +0400
commit766257109e7f3d85d85104d5a451403b629e4398 (patch)
treea5793ede4d85c5d636de5f79f65f00896e140482 /tests
parentb18ec0b08d1220744a94ac3d99acdf1ab675ecdc (diff)
fixed a few warnings, no real change
Diffstat (limited to 'tests')
-rw-r--r--tests/cwrs32-test.c2
-rw-r--r--tests/cwrs64-test.c2
2 files changed, 3 insertions, 1 deletions
diff --git a/tests/cwrs32-test.c b/tests/cwrs32-test.c
index 0e37c69..1f10ed4 100644
--- a/tests/cwrs32-test.c
+++ b/tests/cwrs32-test.c
@@ -4,7 +4,7 @@
#include <stdio.h>
#include "cwrs.h"
-
+#include <string.h>
#define NMAX (10)
#define MMAX (9)
diff --git a/tests/cwrs64-test.c b/tests/cwrs64-test.c
index cc76374..2878f28 100644
--- a/tests/cwrs64-test.c
+++ b/tests/cwrs64-test.c
@@ -4,6 +4,8 @@
#include <stdio.h>
#include "cwrs.h"
+#include <string.h>
+
#define NMAX (32)
#define MMAX (16)