diff options
author | Keith Packard <keithp@keithp.com> | 2003-09-11 05:12:51 +0000 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2003-09-11 05:12:51 +0000 |
commit | 269b9dac5a96005fe38379377526592cb7930a51 (patch) | |
tree | 58cc7740305722980d7fb56134e7cff5282090af /hw/kdrive/savage | |
parent | 0d775576b9b3cf410e9a463b87340612d34bc13d (diff) |
Get Xvesa building
Diffstat (limited to 'hw/kdrive/savage')
-rw-r--r-- | hw/kdrive/savage/s3.c | 3 | ||||
-rw-r--r-- | hw/kdrive/savage/s3clock.c | 3 | ||||
-rw-r--r-- | hw/kdrive/savage/s3cmap.c | 3 | ||||
-rw-r--r-- | hw/kdrive/savage/s3curs.c | 3 | ||||
-rw-r--r-- | hw/kdrive/savage/s3draw.c | 3 | ||||
-rw-r--r-- | hw/kdrive/savage/s3gc.c | 3 | ||||
-rw-r--r-- | hw/kdrive/savage/s3reg.c | 3 | ||||
-rw-r--r-- | hw/kdrive/savage/s3rtst.c | 3 | ||||
-rw-r--r-- | hw/kdrive/savage/s3stub.c | 3 |
9 files changed, 27 insertions, 0 deletions
diff --git a/hw/kdrive/savage/s3.c b/hw/kdrive/savage/s3.c index 6776d69ba..06f23abaf 100644 --- a/hw/kdrive/savage/s3.c +++ b/hw/kdrive/savage/s3.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3.c,v 1.4 2000/05/06 22:17:44 keithp Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" #define REGISTERS_OFFSET (0x1000000) diff --git a/hw/kdrive/savage/s3clock.c b/hw/kdrive/savage/s3clock.c index 99c466dce..e3286b8c2 100644 --- a/hw/kdrive/savage/s3clock.c +++ b/hw/kdrive/savage/s3clock.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3clock.c,v 1.3 2000/02/23 20:30:02 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" /* diff --git a/hw/kdrive/savage/s3cmap.c b/hw/kdrive/savage/s3cmap.c index a61e3d1fc..f10ac5752 100644 --- a/hw/kdrive/savage/s3cmap.c +++ b/hw/kdrive/savage/s3cmap.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3cmap.c,v 1.4 2000/05/06 22:17:45 keithp Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" void diff --git a/hw/kdrive/savage/s3curs.c b/hw/kdrive/savage/s3curs.c index 67b0cf2b2..eae7f642b 100644 --- a/hw/kdrive/savage/s3curs.c +++ b/hw/kdrive/savage/s3curs.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3curs.c,v 1.3 2000/02/23 20:30:03 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" #include "s3draw.h" #include "cursorstr.h" diff --git a/hw/kdrive/savage/s3draw.c b/hw/kdrive/savage/s3draw.c index b33126004..cae765675 100644 --- a/hw/kdrive/savage/s3draw.c +++ b/hw/kdrive/savage/s3draw.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3draw.c,v 1.6 2001/05/29 04:54:11 keithp Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" #include "s3draw.h" diff --git a/hw/kdrive/savage/s3gc.c b/hw/kdrive/savage/s3gc.c index e631ec487..6faadff27 100644 --- a/hw/kdrive/savage/s3gc.c +++ b/hw/kdrive/savage/s3gc.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3gc.c,v 1.3 2000/01/21 01:12:02 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" #include "s3draw.h" diff --git a/hw/kdrive/savage/s3reg.c b/hw/kdrive/savage/s3reg.c index 078093786..052bcf4d7 100644 --- a/hw/kdrive/savage/s3reg.c +++ b/hw/kdrive/savage/s3reg.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3reg.c,v 1.3 2000/02/23 20:30:04 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3reg.h" #define CR00 S3_CR+0x00 diff --git a/hw/kdrive/savage/s3rtst.c b/hw/kdrive/savage/s3rtst.c index bc9bfaeb6..c88e34585 100644 --- a/hw/kdrive/savage/s3rtst.c +++ b/hw/kdrive/savage/s3rtst.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3rtst.c,v 1.1 1999/11/19 13:53:57 hohndel Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include <stdio.h> #include "s3reg.h" diff --git a/hw/kdrive/savage/s3stub.c b/hw/kdrive/savage/s3stub.c index 2bf8d76ff..d5c55d598 100644 --- a/hw/kdrive/savage/s3stub.c +++ b/hw/kdrive/savage/s3stub.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/savage/s3stub.c,v 1.3 2000/02/23 20:30:05 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" void |