diff options
author | Simon Warta <[email protected]> | 2017-10-19 10:38:21 +0200 |
---|---|---|
committer | Simon Warta <[email protected]> | 2017-10-19 10:45:57 +0200 |
commit | 416f4c0c62e5f1e03a09ae7e34c0fd70e996b25d (patch) | |
tree | e317f8f8978b649529053e91e4f7ab017d1b4014 /src | |
parent | 0bd88aee775cd65cd13e7d2936c36e393235a955 (diff) |
Use conditional include in demaphore.h
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/utils/semaphore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/utils/semaphore.h b/src/lib/utils/semaphore.h index 84478a8df..431680cb3 100644 --- a/src/lib/utils/semaphore.h +++ b/src/lib/utils/semaphore.h @@ -11,7 +11,7 @@ #include <botan/mutex.h> #if defined(BOTAN_TARGET_OS_HAS_THREADS) -#include <condition_variable> + #include <condition_variable> #endif namespace Botan { |