summaryrefslogtreecommitdiffstats
path: root/src/core/thread.h
diff options
context:
space:
mode:
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