Skip to content

Commit 506d2f5

Browse files
authored
fix missing include for FuzzedDataProvider.h
This is for `abort` function.
1 parent fd85761 commit 506d2f5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

compiler-rt/include/fuzzer/FuzzedDataProvider.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@
1313
#ifndef LLVM_FUZZER_FUZZED_DATA_PROVIDER_H_
1414
#define LLVM_FUZZER_FUZZED_DATA_PROVIDER_H_
1515

16+
#include <stdlib.h>
17+
1618
#include <algorithm>
1719
#include <array>
1820
#include <climits>

0 commit comments

Comments
 (0)