diff options
-rw-r--r-- | lldb/lit/Driver/Inputs/hello.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/lit/Driver/Inputs/hello.c b/lldb/lit/Driver/Inputs/hello.c index 60d6f7587fd..ad8e6f39fa8 100644 --- a/lldb/lit/Driver/Inputs/hello.c +++ b/lldb/lit/Driver/Inputs/hello.c @@ -1,4 +1,4 @@ -#include <stdio.h> +int printf(const char *format, ...); int main(int argc, char **argv) { printf("Hello World\n"); |