summaryrefslogtreecommitdiffstats
path: root/src/core/thread.h
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:11:12 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2021-07-17 07:11:12 +0000
commitb72837827d9290c7ec50b9e4b9e1a0f194ddccca (patch)
tree8df663325413d0f92086d740638555de6b779df7 /src/core/thread.h
parentAdding upstream version 1.1.0+debian. (diff)
downloaddnsjit-b72837827d9290c7ec50b9e4b9e1a0f194ddccca.tar.xz
dnsjit-b72837827d9290c7ec50b9e4b9e1a0f194ddccca.zip
Adding upstream version 1.2.1.upstream/1.2.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/core/thread.h')
-rw-r--r--src/core/thread.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/thread.h b/src/core/thread.h
index fc047d4..6b7ede6 100644
--- a/src/core/thread.h
+++ b/src/core/thread.h
@@ -18,7 +18,7 @@
* along with dnsjit. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "core/log.h"
+#include <dnsjit/core/log.h>
#ifndef __dnsjit_core_thread_h
#define __dnsjit_core_thread_h
@@ -26,6 +26,6 @@
#include <pthread.h>
#include <unistd.h>
-#include "core/thread.hh"
+#include <dnsjit/core/thread.hh>
#endif