diff options
author | Tobias Brunner <tobias@strongswan.org> | 2009-12-07 15:56:04 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2009-12-23 17:00:58 +0100 |
commit | 14f7091280b8d12fcbc58a4ff986e94915ecd638 (patch) | |
tree | 60accd6c3dd15a08cc824ebd21fa9d3da481717d /src/charon/plugins/unit_tester/tests/test_mutex.c | |
parent | 32d8f44229ac1025046a984efc4a546fbe0a841c (diff) | |
download | strongswan-14f7091280b8d12fcbc58a4ff986e94915ecd638.tar.bz2 strongswan-14f7091280b8d12fcbc58a4ff986e94915ecd638.tar.xz |
Moved mutex.c to a separate folder in order to cleanly wrap other threading primitives (and utils/mutex.h is now threading.h).
Diffstat (limited to 'src/charon/plugins/unit_tester/tests/test_mutex.c')
-rw-r--r-- | src/charon/plugins/unit_tester/tests/test_mutex.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <library.h> -#include <utils/mutex.h> +#include <threading.h> #include <unistd.h> #include <sched.h> |