From 70348e2d4725c9ec43f51811d290c22c782058ac Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Thu, 12 Jan 2017 18:34:58 -0800 Subject: Pull out the posix clock stuff for plat_clock. --- 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 6bf0900d..ff25f5ad 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -22,9 +22,11 @@ // those starting with nng_ are intended for external consumption. The latter // symbols should be found in the toplevel nng.h header. #include "core/defs.h" -#include "core/list.h" + +#include "core/clock.h" #include "core/idhash.h" #include "core/init.h" +#include "core/list.h" #include "core/message.h" #include "core/msgqueue.h" #include "core/options.h" -- cgit v1.2.3-70-g09d2