diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-14 16:36:50 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-14 16:36:50 -0800 |
| commit | 6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa (patch) | |
| tree | b29e4ec0860efc9ccbff8f29440fb332c32747b5 /src/core/nng_impl.h | |
| parent | ff791199733ee69ca41fd0e1e567cc07e4b2f07f (diff) | |
| download | nng-6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa.tar.gz nng-6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa.tar.bz2 nng-6a5d5efd3ba1d74ad5f4f200418da0ba83ca9efa.zip | |
Better separate public vs. private names.
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index 6890c7c8..4b62cfee 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -40,12 +40,14 @@ #include "core/defs.h" #include "core/list.h" +#include "core/message.h" #include "core/msgqueue.h" #include "core/panic.h" #include "core/pipe.h" #include "core/snprintf.h" #include "core/platform.h" #include "core/protocol.h" +#include "core/socket.h" #include "core/transport.h" #endif /* CORE_NNG_IMPL_H */ |
