From a612205584558c52ae2fedd616d7eb735d5ba84a Mon Sep 17 00:00:00 2001 From: Mike Buland Date: Wed, 21 Sep 2016 12:54:23 -0600 Subject: Tweaks to make building on windows easier. Also, just building without bzip2 or lzma easier. --- src/stable/condition.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/stable/condition.cpp') diff --git a/src/stable/condition.cpp b/src/stable/condition.cpp index 7719d7b..b82626d 100644 --- a/src/stable/condition.cpp +++ b/src/stable/condition.cpp @@ -5,10 +5,10 @@ * terms of the license contained in the file LICENSE. */ -#include - #include "bu/condition.h" +#include + Bu::Condition::Condition() { pthread_cond_init( &cond, NULL ); -- cgit v1.2.3