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:
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)