diff options
Diffstat (limited to 'src/analyze.cpp')
| -rw-r--r-- | src/analyze.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/analyze.cpp b/src/analyze.cpp index 6df6c8baed..e0519cdc10 100644 --- a/src/analyze.cpp +++ b/src/analyze.cpp @@ -1069,7 +1069,7 @@ static void resolve_c_import_decl(CodeGen *g, ImportTableEntry *parent_import, A int err; if ((err = parse_h_buf(child_import, &errors, child_context->c_import_buf, g->clang_argv, g->clang_argv_len, - buf_ptr(g->libc_include_path)))) + buf_ptr(g->libc_include_path), false))) { zig_panic("unable to parse h file: %s\n", err_str(err)); } |
