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/libstrongswan/attributes/attribute_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstrongswan/attributes/attribute_manager.c') diff --git a/src/libstrongswan/attributes/attribute_manager.c b/src/libstrongswan/attributes/attribute_manager.c index 66f1d27e8..4b0c50921 100644 --- a/src/libstrongswan/attributes/attribute_manager.c +++ b/src/libstrongswan/attributes/attribute_manager.c @@ -17,7 +17,7 @@ #include #include -#include +#include typedef struct private_attribute_manager_t private_attribute_manager_t; -- cgit v1.2.3