diff options
| author | Garrett D'Amore <garrett@damore.org> | 2018-02-28 16:23:26 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2018-02-28 16:23:26 -0800 |
| commit | 04e5a756ba25f79036aa5e03e7412ed5e5539a12 (patch) | |
| tree | d33d3cf0f48de6103f8ee96d5e7fc1afba0071a5 /tests/multistress.c | |
| parent | 4f2b13b588e4a3dd611aae525e59fa0b46fba263 (diff) | |
| download | nng-04e5a756ba25f79036aa5e03e7412ed5e5539a12.tar.gz nng-04e5a756ba25f79036aa5e03e7412ed5e5539a12.tar.bz2 nng-04e5a756ba25f79036aa5e03e7412ed5e5539a12.zip | |
fixes #250 nngcat may not build if protocols are missing
Diffstat (limited to 'tests/multistress.c')
| -rw-r--r-- | tests/multistress.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/multistress.c b/tests/multistress.c index 556718fa..0a98d5fc 100644 --- a/tests/multistress.c +++ b/tests/multistress.c @@ -31,6 +31,8 @@ #include <string.h> #include <time.h> +#include "stubs.h" + #ifdef NDEBUG #define dprintf(...) #else |
