From e34c330b579d1715ea34ad36ef3bc820b25beb24 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 1 Feb 2019 16:18:22 +0100 Subject: executor: add missing include thread_start now uses errno, so include --- executor/common.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor') 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 #include static void thread_start(void* (*fn)(void*), void* arg) -- cgit mrf-deployment