aboutsummaryrefslogtreecommitdiff
path: root/tests/compat_ws.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compat_ws.c')
-rw-r--r--tests/compat_ws.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/compat_ws.c b/tests/compat_ws.c
index 5dcfa277..67cd9b94 100644
--- a/tests/compat_ws.c
+++ b/tests/compat_ws.c
@@ -31,9 +31,9 @@
// We have improved the maximum receive size test, and verified that option
// setting for the frame type conforms to NNG constraints.
-#include <nanomsg/nn.h>
-#include <nanomsg/pair.h>
-#include <nanomsg/ws.h>
+#include <nng/compat/nanomsg/nn.h>
+#include <nng/compat/nanomsg/pair.h>
+#include <nng/compat/nanomsg/ws.h>
#include "compat_testutil.h"