libclang: add missing `struct` in the declaration
When building with compilers that do not support the Blocks extension, we would fail to compile due to the missing type specifier on the `typedef`. This should repair those builds. Fixes: #62640
Loading
Please sign in to comment