From 1981675919003f2ea01971bb4fccbe99c57a2caf Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 19 Feb 2017 11:44:22 -0800 Subject: Introduce new generic I/O event framework. --- src/core/nng_impl.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/core/nng_impl.h') diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index 91dce28a..da3424c5 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -23,16 +23,18 @@ // symbols should be found in the toplevel nng.h header. #include "core/defs.h" +#include "core/platform.h" + #include "core/clock.h" #include "core/device.h" #include "core/idhash.h" #include "core/init.h" +#include "core/ioev.h" #include "core/list.h" #include "core/message.h" #include "core/msgqueue.h" #include "core/options.h" #include "core/panic.h" -#include "core/platform.h" #include "core/protocol.h" #include "core/random.h" #include "core/taskq.h" -- cgit v1.2.3-70-g09d2