Commit 5f40d12
Fix external_path_test with newer Xcode versions.
I found this when running Bazel's test suite with Xcode 12.2:
```
external/remote/lib/lib.c:2:3: error: implicitly declaring library function 'printf' with type 'int (const char *, ...)' [-Werror,-Wimplicit-function-declaration]
printf("Hello %s\n", s);
^
external/remote/lib/lib.c:2:3: note: include the header <stdio.h> or explicitly provide a declaration for 'printf'
```
PiperOrigin-RevId: 3442473621 parent 2d990cf commit 5f40d12
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| 72 | + | |
| 73 | + | |
72 | 74 | | |
73 | 75 | | |
74 | 76 | | |
| |||
0 commit comments