diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-25 00:01:25 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2020-11-25 00:01:25 +0000 |
commit | d4ed432960c1bf54de426bdb53825c1c1b32112e (patch) | |
tree | 56d60d455db64cb63694edcd4525298a506175d7 /src/execline/loopwhilex.c | |
parent | 02fa8ea0993971a90b0f8d11b882af1e6a86c273 (diff) | |
download | execline-d4ed432960c1bf54de426bdb53825c1c1b32112e.tar.xz |
Port to skalibs-2.9.4.0
Diffstat (limited to 'src/execline/loopwhilex.c')
-rw-r--r-- | src/execline/loopwhilex.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/execline/loopwhilex.c b/src/execline/loopwhilex.c index 38ca6e0..93a71e0 100644 --- a/src/execline/loopwhilex.c +++ b/src/execline/loopwhilex.c @@ -1,11 +1,10 @@ /* ISC license. */ -#include <sys/types.h> -#include <sys/wait.h> #include <skalibs/sgetopt.h> #include <skalibs/strerr2.h> #include <skalibs/types.h> #include <skalibs/djbunix.h> + #include <execline/execline.h> #define USAGE "loopwhilex [ -n ] [ -o okcode,okcode,... | -x exitcode,exitcode,... ] prog..." |