diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-08-24 19:25:48 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-08-24 19:28:22 -0700 |
| commit | 573c93462a7a05e25d087df0a15a14937d48bd55 (patch) | |
| tree | bdcf6213d9fc5f638aa49a13f48b3a3c10782990 | |
| parent | 78cf3f47739721573f466be645e19a664b167483 (diff) | |
| download | nng-573c93462a7a05e25d087df0a15a14937d48bd55.tar.gz nng-573c93462a7a05e25d087df0a15a14937d48bd55.tar.bz2 nng-573c93462a7a05e25d087df0a15a14937d48bd55.zip | |
Add zone.h for illumos zones.
| -rw-r--r-- | src/sp/transport/ipc/ipc_test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/sp/transport/ipc/ipc_test.c b/src/sp/transport/ipc/ipc_test.c index 4d8f3ab7..4d3f2a5e 100644 --- a/src/sp/transport/ipc/ipc_test.c +++ b/src/sp/transport/ipc/ipc_test.c @@ -16,6 +16,9 @@ #include <sys/types.h> #include <unistd.h> #endif +#ifdef NNG_PLATFORM_SUNOS +#include <zone.h> +#endif void test_path_too_long(void) |
