Skip to content

Commit a6fdfef

Browse files
authored
[compiler-rt] Include stdlib.h for exit() (#115025)
It was originally included transitively, but no longer is after recent <vector> cleanups in libc++. Similar to #113951.
1 parent 1e50958 commit a6fdfef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler-rt/lib/fuzzer/FuzzerExtFunctionsWindows.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414

1515
#include "FuzzerExtFunctions.h"
1616
#include "FuzzerIO.h"
17+
#include <stdlib.h>
1718

1819
using namespace fuzzer;
1920

0 commit comments

Comments
 (0)