diff options
Diffstat (limited to 'executor/common.h')
| -rw-r--r-- | executor/common.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/common.h b/executor/common.h index 07cb7532c..89dfbd58c 100644 --- a/executor/common.h +++ b/executor/common.h @@ -233,6 +233,7 @@ static int fault_injected(int fail_fd) #if !GOOS_windows #if SYZ_EXECUTOR || SYZ_THREADED +#include <errno.h> #include <pthread.h> static void thread_start(void* (*fn)(void*), void* arg) |
