From eacd84f514ee97ecee50e26a8b37c888a9eb6adb Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Fri, 15 Sep 2023 15:53:21 +0000 Subject: bsdsnowflake is a lighter approach than nonposix Signed-off-by: Laurent Bercot --- src/execline/eltest.c | 2 +- tools/gen-multicall.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 +#include #include #include diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh index 959d87b..e862f0d 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -5,6 +5,7 @@ LC_ALL=C ; export LC_ALL echo '/* ISC license. */' echo echo '#include ' +echo '#include ' echo { echo '#include ' ; echo '#include ' ; cat src/execline/*.c | grep '^#include <' | grep -vF '