| Index: runtime/bin/eventhandler.h
|
| diff --git a/runtime/bin/eventhandler.h b/runtime/bin/eventhandler.h
|
| index 34f6c65475e9ecd3705a929ac455f370010c25fe..ab5b590b65112c7cb28643df413ff7be28d3aae1 100644
|
| --- a/runtime/bin/eventhandler.h
|
| +++ b/runtime/bin/eventhandler.h
|
| @@ -605,6 +605,8 @@ class DescriptorInfoMultipleMixin : public DI {
|
| // The event handler delegation class is OS specific.
|
| #if defined(TARGET_OS_ANDROID)
|
| #include "bin/eventhandler_android.h"
|
| +#elif defined(TARGET_OS_FUCHSIA)
|
| +#include "bin/eventhandler_fuchsia.h"
|
| #elif defined(TARGET_OS_LINUX)
|
| #include "bin/eventhandler_linux.h"
|
| #elif defined(TARGET_OS_MACOS)
|
|
|