aboutsummaryrefslogtreecommitdiff
path: root/tests/compat_shutdown.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/compat_shutdown.c')
-rw-r--r--tests/compat_shutdown.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/compat_shutdown.c b/tests/compat_shutdown.c
index 452aa2cc..84d4d244 100644
--- a/tests/compat_shutdown.c
+++ b/tests/compat_shutdown.c
@@ -21,9 +21,9 @@
IN THE SOFTWARE.
*/
-#include <nanomsg/nn.h>
-#include <nanomsg/tcp.h>
-#include <nanomsg/reqrep.h>
+#include <nng/compat/nanomsg/nn.h>
+#include <nng/compat/nanomsg/tcp.h>
+#include <nng/compat/nanomsg/reqrep.h>
#include "compat_testutil.h"
int main (int argc, const char *argv[])