diff options
Diffstat (limited to 'tests/aio.c')
| -rw-r--r-- | tests/aio.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/aio.c b/tests/aio.c index 2a31319d..0746fa51 100644 --- a/tests/aio.c +++ b/tests/aio.c @@ -11,6 +11,10 @@ #include "convey.h" #include "nng.h" +#include "protocol/pair1/pair.h" + +#include "stubs.h" + #include <string.h> #define APPENDSTR(m, s) nng_msg_append(m, s, strlen(s)) |
