aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2026-04-29 10:59:38 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2026-04-29 10:59:38 +0000
commit294feaf699941bf337a72c91d38dba7175c51679 (patch)
treecc874d96e91ca70e2df1f9297b6b33bc86a2d103
parent1ed0fd7938fff466e797a53c9a12000e3ea4b076 (diff)
downloads6-294feaf699941bf337a72c91d38dba7175c51679.tar.gz
MSG_NOSIGNAL needs posixishard.h for Solaris build
-rw-r--r--src/supervision/s6-notify-socket-from-fd.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/supervision/s6-notify-socket-from-fd.c b/src/supervision/s6-notify-socket-from-fd.c
index 97c8cb3..8f12872 100644
--- a/src/supervision/s6-notify-socket-from-fd.c
+++ b/src/supervision/s6-notify-socket-from-fd.c
@@ -21,6 +21,8 @@
#include <skalibs/djbunix.h>
#include <skalibs/socket.h>
+#include <skalibs/posixishard.h>
+
#define USAGE "s6-notify-socket-from-fd [ -d fd ] [ -f ] [ -t timeout ] [ -k ] prog..."
#define dieusage() strerr_dieusage(100, USAGE)