aboutsummaryrefslogtreecommitdiff
path: root/src/core/nng_impl.h
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-02-18 19:24:15 -0800
committerGarrett D'Amore <garrett@damore.org>2017-02-18 19:25:14 -0800
commit2944f3a2634876e543003fabb05cba1b178df6aa (patch)
treea9a5aba5aec0ff1028e1a4d5815939887d406bb5 /src/core/nng_impl.h
parentf42f22abf488d30d4d68a8ab57063c48d618948d (diff)
downloadnng-2944f3a2634876e543003fabb05cba1b178df6aa.tar.gz
nng-2944f3a2634876e543003fabb05cba1b178df6aa.tar.bz2
nng-2944f3a2634876e543003fabb05cba1b178df6aa.zip
Taskq implementation.
Diffstat (limited to 'src/core/nng_impl.h')
-rw-r--r--src/core/nng_impl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h
index 871fcf67..91dce28a 100644
--- a/src/core/nng_impl.h
+++ b/src/core/nng_impl.h
@@ -35,6 +35,7 @@
#include "core/platform.h"
#include "core/protocol.h"
#include "core/random.h"
+#include "core/taskq.h"
#include "core/thread.h"
#include "core/transport.h"