diff options
| author | Garrett D'Amore <garrett@damore.org> | 2016-12-29 08:03:16 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2016-12-29 08:03:16 -0800 |
| commit | ba8cbe2bd52199ff64270901f2981894a9b553d2 (patch) | |
| tree | 4cd75be6adeed292efc9d1087bec8123b31c809d /src/core/nng_impl.h | |
| parent | 4b53b1e31a93af8c739ba555970cb88d73063bce (diff) | |
| download | nng-ba8cbe2bd52199ff64270901f2981894a9b553d2.tar.gz nng-ba8cbe2bd52199ff64270901f2981894a9b553d2.tar.bz2 nng-ba8cbe2bd52199ff64270901f2981894a9b553d2.zip | |
Move option helpers to their own file.
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 a0a1a2e6..46341863 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -27,6 +27,7 @@ #include "core/init.h" #include "core/message.h" #include "core/msgqueue.h" +#include "core/options.h" #include "core/panic.h" #include "core/platform.h" #include "core/protocol.h" |
