diff options
| author | Dokyung Song <dokyungs@google.com> | 2018-08-03 15:22:32 -0700 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-08-08 19:31:56 +0200 |
| commit | 2eeda842c89d39fee894ae34dca9829e3d77cf43 (patch) | |
| tree | b8aec50a6bbcaf900547d7624d3938e77a80e408 /executor/common_fuchsia.h | |
| parent | 17a0470620d8031c82bff3f45a7688a06bd77fdd (diff) | |
sys/fuchsia: add syscall description for binding channels to Launcher
Diffstat (limited to 'executor/common_fuchsia.h')
| -rw-r--r-- | executor/common_fuchsia.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h index 302f49955..05c9e34ff 100644 --- a/executor/common_fuchsia.h +++ b/executor/common_fuchsia.h @@ -5,6 +5,7 @@ #include <ddk/driver.h> #include <fcntl.h> +#include <lib/fdio/util.h> #include <poll.h> #include <signal.h> #include <stdlib.h> |
