summaryrefslogtreecommitdiffstats
path: root/include/astra/AsyncAlgorithm.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/astra/AsyncAlgorithm.h')
-rw-r--r--include/astra/AsyncAlgorithm.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/astra/AsyncAlgorithm.h b/include/astra/AsyncAlgorithm.h
index 36e2184..a3157fc 100644
--- a/include/astra/AsyncAlgorithm.h
+++ b/include/astra/AsyncAlgorithm.h
@@ -32,14 +32,12 @@ $Id$
#include "Config.h"
#include "Algorithm.h"
-#ifdef __linux__
-#define USE_PTHREADS
+#ifdef USE_PTHREADS
#include <pthread.h>
#else
#include <boost/thread.hpp>
#endif
-
namespace astra {
/**