From 535cd292c809314efe4730a27b0271adfa842775 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Mon, 19 Sep 2005 18:38:26 +0000 Subject: [PATCH] #include "xf86Axp.h" -> "shared/xf86Axp.h" for modular build. (Stefaan De Roeck) --- hw/xfree86/os-support/linux/lnx_video.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hw/xfree86/os-support/linux/lnx_video.c b/hw/xfree86/os-support/linux/lnx_video.c index 3da734f9a..ca1689bdb 100644 --- a/hw/xfree86/os-support/linux/lnx_video.c +++ b/hw/xfree86/os-support/linux/lnx_video.c @@ -1,3 +1,4 @@ +/* $XdotOrg: $ */ /* $XFree86: xc/programs/Xserver/hw/xfree86/os-support/linux/lnx_video.c,v 3.67 2003/06/25 18:27:07 eich Exp $ */ /* * Copyright 1992 by Orest Zborowski @@ -42,7 +43,7 @@ #include "xf86OSpriv.h" #include "lnx.h" #ifdef __alpha__ -#include "xf86Axp.h" +#include "shared/xf86Axp.h" #endif #ifdef HAS_MTRR_SUPPORT