diff options
| author | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-29 19:26:09 +0000 |
|---|---|---|
| committer | Laurent Bercot <ska-skaware@skarnet.org> | 2025-05-29 19:26:09 +0000 |
| commit | 02f6446be6e3eafedb02e6a210a74ae798d5da0d (patch) | |
| tree | 581feb5da76901640078be1d22f19ad6358fd0e7 /src | |
| parent | bbb07da0e2b25de74fb23baadd90e943094e68f2 (diff) | |
| download | execline-02f6446be6e3eafedb02e6a210a74ae798d5da0d.tar.gz | |
Correctly use pthread_lib sysdep
Diffstat (limited to 'src')
| -rw-r--r-- | src/execline/eltest.c | 1 |
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> |
