[Fuzzer] Add a missing header in Fuchsia implementation

This is needed for fd_set.

Differential Revision: https://reviews.llvm.org/D45852

llvm-svn: 330383
This commit is contained in:
Petr Hosek 2018-04-20 00:41:06 +00:00
parent ab9b78b200
commit dd097445f0
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@
#include <fcntl.h>
#include <launchpad/launchpad.h>
#include <string>
#include <sys/select.h>
#include <thread>
#include <unistd.h>
#include <zircon/errors.h>