diff --git a/hw/xfree86/os-support/xf86_os_support.h b/hw/xfree86/os-support/xf86_os_support.h index b9aebb0a2..a6d02b778 100644 --- a/hw/xfree86/os-support/xf86_os_support.h +++ b/hw/xfree86/os-support/xf86_os_support.h @@ -52,10 +52,7 @@ typedef struct { void xf86OSInitVidMem(VidMemInfoPtr); #ifdef XSERVER_PLATFORM_BUS -#include "hotplug.h" - -struct OdevAttributes; - +#include "config/hotplug_priv.h" void xf86PlatformDeviceProbe(struct OdevAttributes *attribs);