diff options
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" |