<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">--- a/common/Thread.cpp
+++ b/common/Thread.cpp
@@ -16,6 +16,8 @@
 #endif
 #include "common/EventHandler.h"
 
+#include &lt;pthread.h&gt;
+
 namespace TelldusCore {
 
 class ThreadPrivate {
--- a/service/Timer.cpp
+++ b/service/Timer.cpp
@@ -7,6 +7,7 @@
 #include "service/Timer.h"
 #ifdef _WINDOWS
 #else
+#include &lt;pthread.h&gt;
 #include &lt;sys/time.h&gt;
 #include &lt;errno.h&gt;
 #endif
</pre></body></html>