aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2025-05-29 19:26:09 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2025-05-29 19:26:09 +0000
commit02f6446be6e3eafedb02e6a210a74ae798d5da0d (patch)
tree581feb5da76901640078be1d22f19ad6358fd0e7 /src
parentbbb07da0e2b25de74fb23baadd90e943094e68f2 (diff)
downloadexecline-02f6446be6e3eafedb02e6a210a74ae798d5da0d.tar.gz
Correctly use pthread_lib sysdep
Diffstat (limited to 'src')
-rw-r--r--src/execline/eltest.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/execline/eltest.c b/src/execline/eltest.c
index 1478f36..101dd15 100644
--- a/src/execline/eltest.c
+++ b/src/execline/eltest.c
@@ -1,5 +1,6 @@
/* ISC license. */
+#include <skalibs/nonposix.h>
#include <skalibs/bsdsnowflake.h>
#include <unistd.h>