diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-12-08 19:27:13 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-12-08 19:27:13 +0000 |
commit | f9ccebe8c5cd674c08fe8ed860d1c456e42c937e (patch) | |
tree | b322bfff863224ffe2f1a32d09805190aca6c4f4 | |
parent | 3a6bdf0715b994d6ecaa5b6e448695a8a8ec7d72 (diff) |
Bug #4928: Fix compilation for Alpha. (Stefaan DeRoeck)
-rw-r--r-- | hw/xfree86/os-support/linux/lnx_axp.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |