diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:46 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:46 +0000 |
commit | 133e8b674546c50db80cb39d0ca526d6fb1ed12b (patch) | |
tree | 6c08d2538d32b78cc3e2f1d5d9a80b6dc5daabdf /src/lg_xaa.c | |
parent | 88c1e79c6b3fff064ca5ba2cc500714707d605be (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15accelerated_indirect-0-0-1
Diffstat (limited to 'src/lg_xaa.c')
-rw-r--r-- | src/lg_xaa.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/src/lg_xaa.c b/src/lg_xaa.c index 9488721..c42652f 100644 --- a/src/lg_xaa.c +++ b/src/lg_xaa.c @@ -10,7 +10,11 @@ * Much of this code is inspired by the XAA acceleration from XFree86 * 3.3.3, laguna_acl.c */ -/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_xaa.c,v 1.5 2001/02/15 17:39:28 eich Exp $ */ +/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/cirrus/lg_xaa.c,v 1.4 2000/12/06 15:35:17 eich Exp $ */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif #include "xf86.h" #include "xf86_OSproc.h" |