aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2017-03-29 23:34:29 -0700
committerGarrett D'Amore <garrett@damore.org>2017-03-29 23:34:29 -0700
commit3f4ec4032684ce1c1ee629cdf6fce992a01521b2 (patch)
tree07a753d7f80cdfe2dfca5f37d8b4734054167720 /tests
parent86eaf052cc535658783dd5c3d5925f58fd70f983 (diff)
downloadnng-3f4ec4032684ce1c1ee629cdf6fce992a01521b2.tar.gz
nng-3f4ec4032684ce1c1ee629cdf6fce992a01521b2.tar.bz2
nng-3f4ec4032684ce1c1ee629cdf6fce992a01521b2.zip
Hopefully close shutdown race in rep.
Diffstat (limited to 'tests')
-rw-r--r--tests/compat_bug777.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/compat_bug777.c b/tests/compat_bug777.c
index 90d04a73..dc1f54f3 100644
--- a/tests/compat_bug777.c
+++ b/tests/compat_bug777.c
@@ -21,6 +21,7 @@
*/
#include "nng_compat.h"
+#include "nng.h"
#include "compat_testutil.h"
int main (int argc, const char *argv[])