diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-14 11:38:04 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-14 11:38:04 -0800 |
| commit | ff791199733ee69ca41fd0e1e567cc07e4b2f07f (patch) | |
| tree | f5f2690665e0a986561252af1e9cd16a5473f938 /src/core/nng_impl.h | |
| parent | 26d934f3aaedb81e2b2343d235b41b046084ee8a (diff) | |
| download | nng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.tar.gz nng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.tar.bz2 nng-ff791199733ee69ca41fd0e1e567cc07e4b2f07f.zip | |
Oops... Pipe list initialization was not complete.
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 beae4056..6890c7c8 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -42,6 +42,7 @@ #include "core/list.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" |
