From f9ccebe8c5cd674c08fe8ed860d1c456e42c937e Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Thu, 8 Dec 2005 19:27:13 +0000 Subject: [PATCH] Bug #4928: Fix compilation for Alpha. (Stefaan DeRoeck) --- hw/xfree86/os-support/linux/lnx_axp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/xfree86/os-support/linux/lnx_axp.c b/hw/xfree86/os-support/linux/lnx_axp.c index 4f5aa87ae..fd47a5559 100644 --- a/hw/xfree86/os-support/linux/lnx_axp.c +++ b/hw/xfree86/os-support/linux/lnx_axp.c @@ -9,7 +9,7 @@ #include "os.h" #include "xf86.h" #include "xf86Priv.h" -#include "xf86Axp.h" +#include "shared/xf86Axp.h" axpDevice lnxGetAXP(void);