Index: qemu/usb-bsd.c @@ -35,7 +35,12 @@ #include #ifndef __DragonFly__ +#include +#if __FreeBSD_version >= 800064 +#include +#else #include +#endif #else #include #endif