aboutsummaryrefslogtreecommitdiff
path: root/tests/bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/bus.c')
-rw-r--r--tests/bus.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/bus.c b/tests/bus.c
index 8283bf21..88137b81 100644
--- a/tests/bus.c
+++ b/tests/bus.c
@@ -11,6 +11,10 @@
#include "convey.h"
#include "nng.h"
+#include "protocol/bus0/bus.h"
+
+#include "stubs.h"
+
#include <string.h>
#define APPENDSTR(m, s) nng_msg_append(m, s, strlen(s))