summaryrefslogtreecommitdiff
path: root/tests/reconnect.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/reconnect.c')
-rw-r--r--tests/reconnect.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/reconnect.c b/tests/reconnect.c
index 8179055d..e191f70a 100644
--- a/tests/reconnect.c
+++ b/tests/reconnect.c
@@ -10,6 +10,10 @@
#include "convey.h"
#include "nng.h"
+#include "protocol/pipeline0/pull.h"
+#include "protocol/pipeline0/push.h"
+#include "stubs.h"
+
#include <string.h>
#define APPENDSTR(m, s) nng_msg_append(m, s, strlen(s))