Skip to content

Commit 892cef4

Browse files
author
Zishan Mirza
committed
include header file for size_t
1 parent d82bf8c commit 892cef4

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)