diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-06-05 17:48:50 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-06-05 17:48:50 -0700 |
| commit | 4c3e4af7f989eae6688a7710f21241b72a3ad0b0 (patch) | |
| tree | eb9a8586d6499b4edcf73887c3715433d8336bba /src/core/nng_impl.h | |
| parent | aacc1d4ac70769d7db12f979fdefd28c8c5cdb24 (diff) | |
| download | nng-4c3e4af7f989eae6688a7710f21241b72a3ad0b0.tar.gz nng-4c3e4af7f989eae6688a7710f21241b72a3ad0b0.tar.bz2 nng-4c3e4af7f989eae6688a7710f21241b72a3ad0b0.zip | |
New object hash implementation, used by socket (to start).
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 2a72766c..291b5e28 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -33,6 +33,7 @@ #include "core/list.h" #include "core/message.h" #include "core/msgqueue.h" +#include "core/objhash.h" #include "core/options.h" #include "core/panic.h" #include "core/protocol.h" |
