From 14f7091280b8d12fcbc58a4ff986e94915ecd638 Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Mon, 7 Dec 2009 15:56:04 +0100 Subject: Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h). --- src/charon/plugins/unit_tester/tests/test_mutex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/charon/plugins/unit_tester/tests/test_mutex.c') diff --git a/src/charon/plugins/unit_tester/tests/test_mutex.c b/src/charon/plugins/unit_tester/tests/test_mutex.c index cfe00cc7c..900b65215 100644 --- a/src/charon/plugins/unit_tester/tests/test_mutex.c +++ b/src/charon/plugins/unit_tester/tests/test_mutex.c @@ -14,7 +14,7 @@ */ #include -#include +#include #include #include -- cgit v1.2.3