diff options
| author | Marco Vanotti <mvanotti@google.com> | 2021-04-09 19:15:33 -0700 |
|---|---|---|
| committer | Marco Vanotti <mvanotti@users.noreply.github.com> | 2021-04-09 22:21:10 -0700 |
| commit | 8800dfe7cf5854400168e62b9237717e93b25986 (patch) | |
| tree | 429d1c686b6881911581d0bfc25e3d8b2a45eaaf /executor/common_fuchsia.h | |
| parent | 6a81331a1d4c744da9204d02ec88d558f7eea9c9 (diff) | |
executor: fix driver.h import path in common_fuchsia.h
The `driver.h` header moved from `ddk/driver.h` to `lib/ddk/driver.h`.
Diffstat (limited to 'executor/common_fuchsia.h')
| -rw-r--r-- | executor/common_fuchsia.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 <zircon/syscalls.h> #if SYZ_EXECUTOR || __NR_get_root_resource -#include <ddk/driver.h> +#include <lib/ddk/driver.h> #endif #if SYZ_EXECUTOR || SYZ_HANDLE_SEGV |
