From c2aee2410125f6648bf692d245222632e4365ea2 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Tue, 10 Oct 2017 19:03:04 +0200 Subject: executor: include missing header writev requires . Include it. --- executor/common_linux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/common_linux.h') diff --git a/executor/common_linux.h b/executor/common_linux.h index bcabeb44c..df1262107 100644 --- a/executor/common_linux.h +++ b/executor/common_linux.h @@ -67,6 +67,7 @@ #include #include #include +#include #endif #if defined(SYZ_EXECUTOR) || defined(SYZ_FAULT_INJECTION) #include -- cgit mrf-deployment