summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2023-09-12 13:45:47 +0000
committerLaurent Bercot <ska@appnovation.com>2023-09-12 13:45:47 +0000
commit6ba4a6f86811eaa264734012694f5181b00f9abe (patch)
tree3ff17696c33d43734f8a528c036a403231867e39 /tools
parentd229a8b84880dddc05267798795ea29c50af28bd (diff)
downloadexecline-6ba4a6f86811eaa264734012694f5181b00f9abe.tar.xz
posixify eltest for time checks
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'tools')
-rwxr-xr-xtools/gen-multicall.sh2
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 ;