aboutsummaryrefslogtreecommitdiff
path: root/tests/aio.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/aio.c')
-rw-r--r--tests/aio.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/tests/aio.c b/tests/aio.c
index 0efc013a..9bb7de19 100644
--- a/tests/aio.c
+++ b/tests/aio.c
@@ -8,16 +8,15 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include "convey.h"
-#include "nng.h"
+#include <string.h>
-#include "protocol/pair1/pair.h"
-#include "supplemental/util/platform.h"
+#include <nng/nng.h>
+#include <nng/protocol/pair1/pair.h>
+#include <nng/supplemental/util/platform.h>
+#include "convey.h"
#include "stubs.h"
-#include <string.h>
-
#define APPENDSTR(m, s) nng_msg_append(m, s, strlen(s))
#define CHECKSTR(m, s) \
So(nng_msg_len(m) == strlen(s)); \