diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-06-30 23:44:33 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska@appnovation.com> | 2025-06-30 23:44:33 +0000 |
| commit | 6fdfa8c61f85639fa386017f2d3974d606c06864 (patch) | |
| tree | f0ad8e547b1e01de8e8d21d4c92f465034ee4b19 /src | |
| parent | 85554b3c1103c226fb16d20402ccea1dbc08f8c2 (diff) | |
| download | s6-rc-6fdfa8c61f85639fa386017f2d3974d606c06864.tar.gz | |
Solaris needs nonposix for mkdtemp
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src')
| -rw-r--r-- | src/repo/s6-rc-repo-init.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/repo/s6-rc-repo-init.c b/src/repo/s6-rc-repo-init.c index befb85b..296216a 100644 --- a/src/repo/s6-rc-repo-init.c +++ b/src/repo/s6-rc-repo-init.c @@ -1,6 +1,7 @@ /* ISC license. */ #include <skalibs/bsdsnowflake.h> /* stat */ +#include <skalibs/nonposix.h> /* mkdtemp */ #include <string.h> #include <stdlib.h> |
