summaryrefslogtreecommitdiffstats
path: root/src/core/object.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/object.h
parentAdding upstream version 1.1.0+debian. (diff)
downloaddnsjit-upstream/1.2.1.tar.xz
dnsjit-upstream/1.2.1.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/object.h')
-rw-r--r--src/core/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/object.h b/src/core/object.h
index c2eebb0..8729cde 100644
--- a/src/core/object.h
+++ b/src/core/object.h
@@ -44,7 +44,7 @@
#define CORE_OBJECT_DNS 50
#include <stdint.h>
-#include "core/object.hh"
+#include <dnsjit/core/object.hh>
#define CORE_OBJECT_INIT(type, prev) (core_object_t*)prev, type