summaryrefslogtreecommitdiff
path: root/src/threadUtils.hpp
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-11-28 17:53:09 +0000
committerOthmar Gsenger <otti@anytun.org>2008-11-28 17:53:09 +0000
commit8a024eba12f15556a0d28ba81439b056dfe9d5eb (patch)
tree65081ee7fdb6b217cbd9f6b62b3095d8c734f382 /src/threadUtils.hpp
parentadded compile time options NOCRYPT,NODAEMON,NOEXEC for easyier windows porting (diff)
some more type cleanups and missig NOCRYPT defines
Diffstat (limited to 'src/threadUtils.hpp')
-rw-r--r--src/threadUtils.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/threadUtils.hpp b/src/threadUtils.hpp
index 25afebd..960e757 100644
--- a/src/threadUtils.hpp
+++ b/src/threadUtils.hpp
@@ -30,6 +30,7 @@
*/
#include <boost/thread.hpp>
#include <boost/thread/mutex.hpp>
+#include "datatypes.h"
#ifndef __THREADUTILS__
#define __THREADUTILS__
typedef boost::mutex::scoped_lock Lock;