--- hidraw/hidrawmodule.c.orig 2021-03-15 09:48:56 UTC +++ hidraw/hidrawmodule.c @@ -1,6 +1,10 @@ #include #include +#ifdef __FreeBSD__ +#include +#else #include +#endif struct module_state { };