diff --git a/sunshine/platform/linux_evdev.cpp b/sunshine/platform/linux_evdev.cpp index a2d396b8..db19cfae 100644 --- a/sunshine/platform/linux_evdev.cpp +++ b/sunshine/platform/linux_evdev.cpp @@ -18,6 +18,10 @@ #define REL_HWHEEL_HI_RES 0x0c #endif +#ifndef REL_WHEEL_HI_RES +#define REL_WHEEL_HI_RES 0x0b +#endif + namespace platf { using namespace std::literals; using evdev_t = util::safe_ptr;