aboutsummaryrefslogtreecommitdiff
path: root/src/core/taskq.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/taskq.c')
-rw-r--r--src/core/taskq.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/core/taskq.c b/src/core/taskq.c
index 6b089767..d8a933ac 100644
--- a/src/core/taskq.c
+++ b/src/core/taskq.c
@@ -8,8 +8,9 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include "core/nng_impl.h"
-#include "nng/nng.h"
+#include "taskq.h"
+#include "defs.h"
+#include "thread.h"
typedef struct nni_taskq_thr nni_taskq_thr;
struct nni_taskq_thr {