summaryrefslogtreecommitdiff
path: root/src/threadUtils.hpp
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-10-06 01:44:23 +0000
committerChristian Pointner <equinox@anytun.org>2009-10-06 01:44:23 +0000
commit7bf11008f6821f4f5c19ebe7dbaa0faa8fef14bf (patch)
treee6255824017889a7ac1f9346137b0b3ef90498ba /src/threadUtils.hpp
parentgot rid of remaining system() (diff)
fixed build on freebsd
Diffstat (limited to 'src/threadUtils.hpp')
-rw-r--r--src/threadUtils.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/threadUtils.hpp b/src/threadUtils.hpp
index 85500c1..984dab9 100644
--- a/src/threadUtils.hpp
+++ b/src/threadUtils.hpp
@@ -31,6 +31,8 @@
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
#include <boost/thread/shared_mutex.hpp>
+#include <boost/thread/condition.hpp>
+
#include "datatypes.h"
#ifndef __THREADUTILS__
#define __THREADUTILS__