diff options
Diffstat (limited to 'hw/xfree86/os-support/linux/lnx_apm.c')
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_apm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/os-support/linux/lnx_apm.c b/hw/xfree86/os-support/linux/lnx_apm.c index 9a50947f5..ebc4534a8 100644 --- a/hw/xfree86/os-support/linux/lnx_apm.c +++ b/hw/xfree86/os-support/linux/lnx_apm.c @@ -5,7 +5,7 @@ #endif #include <X11/X.h> -#include <X11/os.h> +#include "os.h" #include "xf86.h" #include "xf86Priv.h" #define XF86_OS_PRIVS |