aboutsummaryrefslogtreecommitdiffstats
path: root/executor
diff options
context:
space:
mode:
Diffstat (limited to 'executor')
-rw-r--r--executor/common_fuchsia.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h
index 120f47694..f2bcc29bd 100644
--- a/executor/common_fuchsia.h
+++ b/executor/common_fuchsia.h
@@ -11,6 +11,8 @@
#include <poll.h>
#include <signal.h>
#include <sys/file.h>
+#include <sys/ioctl.h>
+#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>