diff options
Diffstat (limited to 'hw/kdrive/trio')
-rw-r--r-- | hw/kdrive/trio/s3.c | 3 | ||||
-rw-r--r-- | hw/kdrive/trio/s3clock.c | 3 | ||||
-rw-r--r-- | hw/kdrive/trio/s3cmap.c | 3 | ||||
-rw-r--r-- | hw/kdrive/trio/s3curs.c | 3 | ||||
-rw-r--r-- | hw/kdrive/trio/s3stub.c | 3 |
5 files changed, 15 insertions, 0 deletions
diff --git a/hw/kdrive/trio/s3.c b/hw/kdrive/trio/s3.c index 5419ff5fd..c8359733b 100644 --- a/hw/kdrive/trio/s3.c +++ b/hw/kdrive/trio/s3.c @@ -23,6 +23,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/trio/s3.c,v 1.4 2000/05/06 22:17:52 keithp Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" #define REGISTERS_OFFSET (0x1000000) diff --git a/hw/kdrive/trio/s3clock.c b/hw/kdrive/trio/s3clock.c index b6d0836e9..f79dfa92d 100644 --- a/hw/kdrive/trio/s3clock.c +++ b/hw/kdrive/trio/s3clock.c @@ -23,6 +23,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/trio/s3clock.c,v 1.2 1999/12/30 03:03:19 robin Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" /* diff --git a/hw/kdrive/trio/s3cmap.c b/hw/kdrive/trio/s3cmap.c index 804e66092..19e192ed0 100644 --- a/hw/kdrive/trio/s3cmap.c +++ b/hw/kdrive/trio/s3cmap.c @@ -23,6 +23,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/trio/s3cmap.c,v 1.1 1999/11/19 13:54:05 hohndel Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" void diff --git a/hw/kdrive/trio/s3curs.c b/hw/kdrive/trio/s3curs.c index 01fa04923..9416b4398 100644 --- a/hw/kdrive/trio/s3curs.c +++ b/hw/kdrive/trio/s3curs.c @@ -23,6 +23,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/trio/s3curs.c,v 1.2 1999/12/30 03:03:19 robin Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" #include "s3draw.h" #include "cursorstr.h" diff --git a/hw/kdrive/trio/s3stub.c b/hw/kdrive/trio/s3stub.c index 4ac796d71..80d8fd56a 100644 --- a/hw/kdrive/trio/s3stub.c +++ b/hw/kdrive/trio/s3stub.c @@ -24,6 +24,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/trio/s3stub.c,v 1.3 2000/02/23 20:30:13 dawes Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "s3.h" void |