aboutsummaryrefslogtreecommitdiff
path: root/src/sp/transport/ipc
diff options
context:
space:
mode:
authorGarrett D'Amore <garrett@damore.org>2025-10-09 07:20:11 -0700
committerGarrett D'Amore <garrett@damore.org>2025-10-09 07:20:11 -0700
commit9601545c27c948e9df530c5f0a912fb15cab9101 (patch)
tree40d5d11f74468cc37354d33c5c40f167d28650e0 /src/sp/transport/ipc
parent9720d7031259dbfb775b9a251d735f1574339a92 (diff)
downloadnng-9601545c27c948e9df530c5f0a912fb15cab9101.tar.gz
nng-9601545c27c948e9df530c5f0a912fb15cab9101.tar.bz2
nng-9601545c27c948e9df530c5f0a912fb15cab9101.zip
header file fixes
Diffstat (limited to 'src/sp/transport/ipc')
-rw-r--r--src/sp/transport/ipc/ipc.c7
-rw-r--r--src/sp/transport/ipc/ipc_test.c3
2 files changed, 4 insertions, 6 deletions
diff --git a/src/sp/transport/ipc/ipc.c b/src/sp/transport/ipc/ipc.c
index 6bf4445b..a54c7853 100644
--- a/src/sp/transport/ipc/ipc.c
+++ b/src/sp/transport/ipc/ipc.c
@@ -11,10 +11,9 @@
#include <stdio.h>
-#include "core/defs.h"
-#include "core/nng_impl.h"
-#include "core/pipe.h"
-#include "nng/nng.h"
+#include "../../../core/defs.h"
+#include "../../../core/nng_impl.h"
+#include "../../../core/pipe.h"
// IPC transport. Platform specific IPC operations must be
// supplied as well. Normally the IPC is UNIX domain sockets or
diff --git a/src/sp/transport/ipc/ipc_test.c b/src/sp/transport/ipc/ipc_test.c
index 4d3f2a5e..30ac6fb3 100644
--- a/src/sp/transport/ipc/ipc_test.c
+++ b/src/sp/transport/ipc/ipc_test.c
@@ -8,8 +8,7 @@
// found online at https://opensource.org/licenses/MIT.
//
-#include <nng/nng.h>
-#include <nuts.h>
+#include "../../../testing/nuts.h"
#ifdef NNG_PLATFORM_POSIX
#include <sys/stat.h>