Skip to content

Commit 9d5fa73

Browse files
Zishan Mirzazimirza
authored andcommitted
include header file for size_t
1 parent f28b90a commit 9d5fa73

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_common_interceptors.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
//===----------------------------------------------------------------------===//
3535

3636
#include <stdarg.h>
37+
#include <stddef.h>
3738

3839
#include "interception/interception.h"
3940
#include "sanitizer_addrhashmap.h"

0 commit comments

Comments
 (0)