mirror of
https://github.com/intel/llvm.git
synced 2026-01-27 14:50:42 +08:00
[asan] Add missing header in a test.
llvm-svn: 286191
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
|
||||
extern "C" long strtol(const char *nptr, char **endptr, int base) {
|
||||
fprintf(stderr, "my_strtol_interceptor\n");
|
||||
|
||||
Reference in New Issue
Block a user