diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2023-09-12 13:45:47 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2023-09-12 13:45:47 +0000 |
commit | 6ba4a6f86811eaa264734012694f5181b00f9abe (patch) | |
tree | 3ff17696c33d43734f8a528c036a403231867e39 /tools/gen-multicall.sh | |
parent | d229a8b84880dddc05267798795ea29c50af28bd (diff) | |
download | execline-6ba4a6f86811eaa264734012694f5181b00f9abe.tar.xz |
posixify eltest for time checks
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools/gen-multicall.sh')
-rwxr-xr-x | tools/gen-multicall.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/gen-multicall.sh b/tools/gen-multicall.sh index fc702ba..959d87b 100755 --- a/tools/gen-multicall.sh +++ b/tools/gen-multicall.sh @@ -17,6 +17,8 @@ cat <<EOF #include <execline/execline.h> #include "exlsn.h" +#include <skalibs/posixishard.h> + typedef int main_func (int, char **, char const *const *) ; typedef main_func *main_func_ref ; |