forked from OSchip/llvm-project
[Libfuzzer] Include signal.h for SIGINT
Or else compiler-rt/lib/fuzzer/FuzzerUtilLinux.cpp fails to compile on FreeBSD.
This commit is contained in:
parent
06e73626cf
commit
98c2754abd
|
@ -13,6 +13,7 @@
|
|||
#include "FuzzerCommand.h"
|
||||
#include "FuzzerInternal.h"
|
||||
|
||||
#include <signal.h>
|
||||
#include <stdlib.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/wait.h>
|
||||
|
|
Loading…
Reference in New Issue