diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-15 15:53:21 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-15 15:53:21 +0000 |
commit | eacd84f514ee97ecee50e26a8b37c888a9eb6adb (patch) | |
tree | d631beaaaf7ddc7ab792416011986934195c3d37 /src | |
parent | 6dfe54be869c117676dcc004400ac68096945531 (diff) | |
download | execline-eacd84f514ee97ecee50e26a8b37c888a9eb6adb.tar.xz |
bsdsnowflake is a lighter approach than nonposix
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/execline/eltest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/execline/eltest.c b/src/execline/eltest.c index 68b828e..1478f36 100644 --- a/src/execline/eltest.c +++ b/src/execline/eltest.c @@ -1,6 +1,6 @@ /* ISC license. */ -#include <skalibs/nonposix.h> +#include <skalibs/bsdsnowflake.h> #include <unistd.h> #include <string.h> |