aboutsummaryrefslogtreecommitdiff
path: root/src/thread.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/thread.hh')
-rw-r--r--src/thread.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/thread.hh b/src/thread.hh
index a3b0d04..825b330 100644
--- a/src/thread.hh
+++ b/src/thread.hh
@@ -1,7 +1,7 @@
#ifndef TIBIA_THREAD_HH_
#define TIBIA_THREAD_HH_ 1
-#include "main.hh"
+#include "common.hh"
#include <pthread.h>
typedef pthread_t ThreadHandle;