diff options
Diffstat (limited to 'hw/xfree86/xaa/xaaWideLine.c')
-rw-r--r-- | hw/xfree86/xaa/xaaWideLine.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hw/xfree86/xaa/xaaWideLine.c b/hw/xfree86/xaa/xaaWideLine.c index d80a78be5..29faa1ab0 100644 --- a/hw/xfree86/xaa/xaaWideLine.c +++ b/hw/xfree86/xaa/xaaWideLine.c @@ -1,5 +1,5 @@ /* $XFree86: xc/programs/Xserver/hw/xfree86/xaa/xaaWideLine.c,v 1.10 2001/11/16 16:47:56 dawes Exp $ */ -/* $XdotOrg: $ */ +/* $XdotOrg: xc/programs/Xserver/hw/xfree86/xaa/xaaWideLine.c,v 1.3 2004/08/29 00:48:17 alanc Exp $ */ /* XAAPolylinesWideSolid does not maintain a span list and subsequently does @@ -30,7 +30,7 @@ Original mi code written by Keith Packard. #include "xf86_ansic.h" #include "xf86_OSproc.h" -#include "X.h" +#include <X11/X.h> #include "windowstr.h" #include "gcstruct.h" #include "regionstr.h" |