diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-12 18:34:58 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-12 21:34:23 -0800 |
| commit | 70348e2d4725c9ec43f51811d290c22c782058ac (patch) | |
| tree | d85ff38b4cb7d1ae0bbbc6b93f010fe5670181b0 /src/core/nng_impl.h | |
| parent | da88419ae8165248621cad26df72a0d91663d50b (diff) | |
| download | nng-70348e2d4725c9ec43f51811d290c22c782058ac.tar.gz nng-70348e2d4725c9ec43f51811d290c22c782058ac.tar.bz2 nng-70348e2d4725c9ec43f51811d290c22c782058ac.zip | |
Pull out the posix clock stuff for plat_clock.
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 4 |
1 files changed, 3 insertions, 1 deletions
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" |
