diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-12 14:11:20 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-12 14:11:20 -0800 |
| commit | c0031c07dd111b71f2c0b4e3e2e8c73929c9a23a (patch) | |
| tree | ac32708b31ede13ce731e882615d0aa3f490bdca /src/core/nng_impl.h | |
| parent | 0991802d1c91c790c60828145ddecbfe1583f6db (diff) | |
| download | nng-c0031c07dd111b71f2c0b4e3e2e8c73929c9a23a.tar.gz nng-c0031c07dd111b71f2c0b4e3e2e8c73929c9a23a.tar.bz2 nng-c0031c07dd111b71f2c0b4e3e2e8c73929c9a23a.zip | |
Minor tweak to transport API, new declarations for protocols.
Diffstat (limited to 'src/core/nng_impl.h')
| -rw-r--r-- | src/core/nng_impl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/nng_impl.h b/src/core/nng_impl.h index d728c652..beae4056 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -44,6 +44,7 @@ #include "core/panic.h" #include "core/snprintf.h" #include "core/platform.h" +#include "core/protocol.h" #include "core/transport.h" #endif /* CORE_NNG_IMPL_H */ |
