aboutsummaryrefslogtreecommitdiff
path: root/src/core/taskq.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/taskq.h')
-rw-r--r--src/core/taskq.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/core/taskq.h b/src/core/taskq.h
index dc1f4f2d..931e6c77 100644
--- a/src/core/taskq.h
+++ b/src/core/taskq.h
@@ -10,7 +10,11 @@
#ifndef CORE_TASKQ_H
#define CORE_TASKQ_H
-#include "core/nng_impl.h"
+#include "core/defs.h"
+#include "core/list.h"
+
+typedef struct nni_taskq nni_taskq;
+typedef struct nni_taskq_ent nni_taskq_ent;
struct nni_taskq_ent {
nni_list_node tqe_node;