diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-01-04 20:11:38 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-01-05 11:20:50 -0800 |
| commit | 224dae56a379aa309fca261d61e7e356b14a536f (patch) | |
| tree | 8194d33029d3595457d424a0f2f57fe2d2139199 /src/core/nng_impl.h | |
| parent | 2ea7ae1ae5755ab72833fdea0dcf8e13e4d91d0d (diff) | |
| download | nng-224dae56a379aa309fca261d61e7e356b14a536f.tar.gz nng-224dae56a379aa309fca261d61e7e356b14a536f.tar.bz2 nng-224dae56a379aa309fca261d61e7e356b14a536f.zip | |
Fix some more leaks, add a generic URL parser.
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 1f2297c1..bee6ae41 100644 --- a/src/core/nng_impl.h +++ b/src/core/nng_impl.h @@ -44,6 +44,7 @@ #include "core/thread.h" #include "core/timer.h" #include "core/transport.h" +#include "core/url.h" // These have to come after the others - particularly transport.h #include "core/endpt.h" |
