Skip to content

Commit 1d0f40b

Browse files
[libc] fix generic __stack_check_fail for fuchsia (llvm#121401)
1 parent 3026eca commit 1d0f40b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc/src/compiler/generic/__stack_chk_fail.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
#include "src/compiler/__stack_chk_fail.h"
1010
#include "src/__support/OSUtil/io.h"
1111
#include "src/stdlib/abort.h"
12+
#include <stdint.h> // For uintptr_t
1213

1314
extern "C" {
1415

0 commit comments

Comments
 (0)