diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-05-21 13:27:06 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-05-21 13:28:56 -0700 |
| commit | 6abb328523509d35663f54ee0012254232df4a0a (patch) | |
| tree | c3a83caeadf0e716bea7debb7d5539e4a7c29263 /tests/compat_shutdown.c | |
| parent | 0671f3d49ef001c70d47d7398e47a23dbc3dd556 (diff) | |
| download | nng-6abb328523509d35663f54ee0012254232df4a0a.tar.gz nng-6abb328523509d35663f54ee0012254232df4a0a.tar.bz2 nng-6abb328523509d35663f54ee0012254232df4a0a.zip | |
fixes #457 Create stub headers for compatibility
I actually made these real headers, not stubs
While here I made some improvements to the nng_compat man page,
to improve the language and also the presentation on some devices.
(We were going nuts with the icons, instead, I've made a single new
section, called Caveats, that lists a bunch of them.)
This should not have any impact on binary compatibility.
Diffstat (limited to 'tests/compat_shutdown.c')
| -rw-r--r-- | tests/compat_shutdown.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/compat_shutdown.c b/tests/compat_shutdown.c index 6d078ee2..452aa2cc 100644 --- a/tests/compat_shutdown.c +++ b/tests/compat_shutdown.c @@ -22,6 +22,8 @@ */ #include <nanomsg/nn.h> +#include <nanomsg/tcp.h> +#include <nanomsg/reqrep.h> #include "compat_testutil.h" int main (int argc, const char *argv[]) |
