aboutsummaryrefslogtreecommitdiff
path: root/tests/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/options.c')
-rw-r--r--tests/options.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/tests/options.c b/tests/options.c
index 2d81bd83..19134005 100644
--- a/tests/options.c
+++ b/tests/options.c
@@ -10,11 +10,10 @@
#include <string.h>
-#include "convey.h"
-
-#include "nng.h"
+#include <nng/nng.h>
+#include <nng/supplemental/util/options.h>
-#include "supplemental/util/options.h"
+#include "convey.h"
static nng_optspec case1[] = {
// clang-format off