diff --git a/src/test/shell/bazel/external_path_test.sh b/src/test/shell/bazel/external_path_test.sh index 3720c6de1a587b..a5e8bba470c7aa 100755 --- a/src/test/shell/bazel/external_path_test.sh +++ b/src/test/shell/bazel/external_path_test.sh @@ -69,6 +69,8 @@ EOF #define TARGET "World" EOF cat > lib/lib.c <<'EOF' +#include + int greet(char *s) { printf("Hello %s\n", s); return 0;