summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-19 18:38:26 +0000
committerAlan Coopersmith <Alan.Coopersmith@sun.com>2005-09-19 18:38:26 +0000
commit535cd292c809314efe4730a27b0271adfa842775 (patch)
tree81d88a977c04259ac40ebe7ab5365040d3246ef5
parenta1bcf25a1f819768672ac837cb0a3d0c66937656 (diff)
#include "xf86Axp.h" -> "shared/xf86Axp.h" for modular build. (Stefaan De
Roeck)
-rw-r--r--hw/xfree86/os-support/linux/lnx_video.c3
1 files changed, 2 insertions, 1 deletions
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 <obz@Kodak.com>
@@ -42,7 +43,7 @@
#include "xf86OSpriv.h"
#include "lnx.h"
#ifdef __alpha__
-#include "xf86Axp.h"
+#include "shared/xf86Axp.h"
#endif
#ifdef HAS_MTRR_SUPPORT