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/libstrongswan/attributes/attribute_manager.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/libstrongswan/attributes/attribute_manager.c')
-rw-r--r-- | src/libstrongswan/attributes/attribute_manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 <debug.h> #include <utils/linked_list.h> -#include <utils/mutex.h> +#include <threading.h> typedef struct private_attribute_manager_t private_attribute_manager_t; |