mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-30 00:46:04 +00:00
[builtins] Fix build after D95537 due to missing size_t
Strangely int_lib.h only includes stdint.h and not stddef.h, so we need to include the latter to be able to use size_t here.
This commit is contained in:
parent
5748a71ba3
commit
e47a388bd6
@ -7,6 +7,7 @@
|
||||
//===----------------------------------------------------------------------===//
|
||||
|
||||
#include "int_lib.h"
|
||||
#include <stddef.h>
|
||||
|
||||
#include <unwind.h>
|
||||
#if defined(__arm__) && !defined(__ARM_DWARF_EH__) && \
|
||||
|
Loading…
x
Reference in New Issue
Block a user