diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2017-10-10 19:03:04 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2017-10-10 19:03:04 +0200 |
| commit | c2aee2410125f6648bf692d245222632e4365ea2 (patch) | |
| tree | c71a9be521ac3b719b17909cb04897880ffd1908 /executor/common_linux.h | |
| parent | 4906c3219237ca3a4433017cb7e22e038db3664c (diff) | |
executor: include missing header
writev requires <sys/uio.h>. Include it.
Diffstat (limited to 'executor/common_linux.h')
| -rw-r--r-- | executor/common_linux.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 <stdlib.h> #include <sys/ioctl.h> #include <sys/stat.h> +#include <sys/uio.h> #endif #if defined(SYZ_EXECUTOR) || defined(SYZ_FAULT_INJECTION) #include <errno.h> |
