diff options
Diffstat (limited to 'src/core/taskq.c')
| -rw-r--r-- | src/core/taskq.c | 5 |
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 { |
