diff options
| author | Garrett D'Amore <garrett@damore.org> | 2017-01-18 10:06:59 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2017-01-18 10:06:59 -0800 |
| commit | c44386d110f5f335a34cc964768ab14d36b6dd36 (patch) | |
| tree | 76e56433e337d70a1058d94db546586508bdc85b /tests/inproc.c | |
| parent | 7e844cf618d67675928fb4c6fadc6cc16db19d19 (diff) | |
| download | nng-c44386d110f5f335a34cc964768ab14d36b6dd36.tar.gz nng-c44386d110f5f335a34cc964768ab14d36b6dd36.tar.bz2 nng-c44386d110f5f335a34cc964768ab14d36b6dd36.zip | |
Windows compilation fixes.
Diffstat (limited to 'tests/inproc.c')
| -rw-r--r-- | tests/inproc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/inproc.c b/tests/inproc.c index 89b43ced..cfbf3153 100644 --- a/tests/inproc.c +++ b/tests/inproc.c @@ -9,6 +9,7 @@ #include "convey.h" #include "trantest.h" +#include "core/nng_impl.h" // Inproc tests. |
