diff options
Diffstat (limited to 'cgo/libclang_stubs.c')
-rw-r--r-- | cgo/libclang_stubs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cgo/libclang_stubs.c b/cgo/libclang_stubs.c index 293ca6026..ce9e164a0 100644 --- a/cgo/libclang_stubs.c +++ b/cgo/libclang_stubs.c @@ -3,7 +3,7 @@ // are slightly different from the ones defined in libclang.go, but they // should be ABI compatible. -#include <clang-c/Index.h> // if this fails, install libclang-10-dev +#include <clang-c/Index.h> // if this fails, install libclang-11-dev CXCursor tinygo_clang_getTranslationUnitCursor(CXTranslationUnit tu) { return clang_getTranslationUnitCursor(tu); |