diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-10-09 07:20:11 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-10-09 07:20:11 -0700 |
| commit | 9601545c27c948e9df530c5f0a912fb15cab9101 (patch) | |
| tree | 40d5d11f74468cc37354d33c5c40f167d28650e0 /src/sp/transport/ipc/ipc_test.c | |
| parent | 9720d7031259dbfb775b9a251d735f1574339a92 (diff) | |
| download | nng-9601545c27c948e9df530c5f0a912fb15cab9101.tar.gz nng-9601545c27c948e9df530c5f0a912fb15cab9101.tar.bz2 nng-9601545c27c948e9df530c5f0a912fb15cab9101.zip | |
header file fixes
Diffstat (limited to 'src/sp/transport/ipc/ipc_test.c')
| -rw-r--r-- | src/sp/transport/ipc/ipc_test.c | 3 |
1 files changed, 1 insertions, 2 deletions
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> |
