diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-09 10:41:49 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-09 10:41:49 +0000 |
commit | 3ed0734b7638b56fe479957f81299f79c90861e6 (patch) | |
tree | bc047ef9bba99c5ca998e1bc9cc543f880d6b436 /src/libexecline/el_spawn1.c | |
parent | 1b68dca6beeb71d55522289f82541603cb340310 (diff) | |
download | execline-3ed0734b7638b56fe479957f81299f79c90861e6.tar.xz |
Adapt to skalibs-2.14
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'src/libexecline/el_spawn1.c')
-rw-r--r-- | src/libexecline/el_spawn1.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libexecline/el_spawn1.c b/src/libexecline/el_spawn1.c index 937f1a3..d9a7f87 100644 --- a/src/libexecline/el_spawn1.c +++ b/src/libexecline/el_spawn1.c @@ -1,6 +1,7 @@ /* ISC license. */ -#include <skalibs/djbunix.h> +#include <skalibs/cspawn.h> + #include <execline/config.h> #include <execline/execline.h> |