From c9a7a4dccd8bf8153d409a7a78bc1804b41f5fff Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Sat, 7 Jul 2018 19:08:38 +0200 Subject: executor: executor fix fuchsia build --- executor/common_fuchsia.h | 1 + 1 file changed, 1 insertion(+) (limited to 'executor/common_fuchsia.h') diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h index 347ac4edd..d9436e40a 100644 --- a/executor/common_fuchsia.h +++ b/executor/common_fuchsia.h @@ -7,6 +7,7 @@ #define _GNU_SOURCE #endif +#include #include #include #include -- cgit mrf-deployment