From 8800dfe7cf5854400168e62b9237717e93b25986 Mon Sep 17 00:00:00 2001 From: Marco Vanotti Date: Fri, 9 Apr 2021 19:15:33 -0700 Subject: executor: fix driver.h import path in common_fuchsia.h The `driver.h` header moved from `ddk/driver.h` to `lib/ddk/driver.h`. --- executor/common_fuchsia.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'executor/common_fuchsia.h') diff --git a/executor/common_fuchsia.h b/executor/common_fuchsia.h index 607518178..f79950b75 100644 --- a/executor/common_fuchsia.h +++ b/executor/common_fuchsia.h @@ -23,7 +23,7 @@ #include #if SYZ_EXECUTOR || __NR_get_root_resource -#include +#include #endif #if SYZ_EXECUTOR || SYZ_HANDLE_SEGV -- cgit mrf-deployment