changeset 295:04c7e7cefddc

Include dmmutex.h for this test.
author Matti Hamalainen <ccr@tnsp.org>
date Thu, 11 Oct 2012 16:04:12 +0300
parents dd9809a93425
children 6d62918739c6
files vecmattest.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/vecmattest.c	Thu Oct 11 16:04:02 2012 +0300
+++ b/vecmattest.c	Thu Oct 11 16:04:12 2012 +0300
@@ -1,5 +1,6 @@
 #include "dmlib.h"
 #include "dmvecmat.h"
+#include "dmmutex.h"
 
 void printTest(const char *test, int expected, int result)
 {