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/idhash.c | |
| parent | 7e844cf618d67675928fb4c6fadc6cc16db19d19 (diff) | |
| download | nng-c44386d110f5f335a34cc964768ab14d36b6dd36.tar.gz nng-c44386d110f5f335a34cc964768ab14d36b6dd36.tar.bz2 nng-c44386d110f5f335a34cc964768ab14d36b6dd36.zip | |
Windows compilation fixes.
Diffstat (limited to 'tests/idhash.c')
| -rw-r--r-- | tests/idhash.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/idhash.c b/tests/idhash.c index 0609248b..600b17ae 100644 --- a/tests/idhash.c +++ b/tests/idhash.c @@ -8,7 +8,7 @@ // #include "convey.h" -#include "stubs.h" +#include "core/nng_impl.h" #include "core/idhash.c" Main({ |
