diff options
Diffstat (limited to 'src/libstrongswan/threading/windows/mutex.c')
-rw-r--r-- | src/libstrongswan/threading/windows/mutex.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/libstrongswan/threading/windows/mutex.c b/src/libstrongswan/threading/windows/mutex.c index 873cb8f98..a26889580 100644 --- a/src/libstrongswan/threading/windows/mutex.c +++ b/src/libstrongswan/threading/windows/mutex.c @@ -13,13 +13,12 @@ * for more details. */ -#include <library.h> +#include "thread.h" + #include <utils/debug.h> #include <threading/mutex.h> #include <threading/condvar.h> -#include "thread.h" - typedef struct private_mutex_t private_mutex_t; typedef struct private_condvar_t private_condvar_t; |