From 766257109e7f3d85d85104d5a451403b629e4398 Mon Sep 17 00:00:00 2001 From: Jean-Marc Valin Date: Fri, 11 Apr 2008 07:23:53 +1000 Subject: fixed a few warnings, no real change --- tests/cwrs32-test.c | 2 +- tests/cwrs64-test.c | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'tests') 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 #include "cwrs.h" - +#include #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 #include "cwrs.h" +#include + #define NMAX (32) #define MMAX (16) -- cgit v1.2.3