================ @@ -14,8 +14,11 @@ #ifndef LLVM_CLANG_C_CXSTRING_H #define LLVM_CLANG_C_CXSTRING_H +#include <stddef.h> + #include "clang-c/ExternC.h" #include "clang-c/Platform.h" +#include <stddef.h> ---------------- shafik wrote:
This looks like a double include of `stddef.h` https://github.com/llvm/llvm-project/pull/134551 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
