[PATCH] D45852: [Fuzzer] Add a missing header in Fuchsia implementation

Petr Hosek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 19 17:44:28 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rCRT330383: [Fuzzer] Add a missing header in Fuchsia implementation (authored by phosek, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D45852?vs=143201&id=143203#toc

Repository:
  rCRT Compiler Runtime

https://reviews.llvm.org/D45852

Files:
  lib/fuzzer/FuzzerUtilFuchsia.cpp


Index: lib/fuzzer/FuzzerUtilFuchsia.cpp
===================================================================
--- lib/fuzzer/FuzzerUtilFuchsia.cpp
+++ lib/fuzzer/FuzzerUtilFuchsia.cpp
@@ -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>


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D45852.143203.patch
Type: text/x-patch
Size: 366 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180420/a1e08d1e/attachment.bin>


More information about the llvm-commits mailing list