aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/threading/windows/mutex.c
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2014-01-02 18:14:51 +0100
committerMartin Willi <martin@revosec.ch>2014-06-04 15:53:05 +0200
commit89e46c41f1e6e818979a9aab07447a807629f179 (patch)
treea4356660ee7b858875ef7015790a9d1fefe06617 /src/libstrongswan/threading/windows/mutex.c
parent8120b3c33960309fa820cf43d8062b7ab04efe1f (diff)
downloadstrongswan-89e46c41f1e6e818979a9aab07447a807629f179.tar.bz2
strongswan-89e46c41f1e6e818979a9aab07447a807629f179.tar.xz
windows: Include for Vista instead of defining CondVar/SRWLock functions ourself
Diffstat (limited to 'src/libstrongswan/threading/windows/mutex.c')
-rw-r--r--src/libstrongswan/threading/windows/mutex.c5
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;