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/trident/tridentdraw.c | |
parent | 0d775576b9b3cf410e9a463b87340612d34bc13d (diff) |
Get Xvesa building
Diffstat (limited to 'hw/kdrive/trident/tridentdraw.c')
-rw-r--r-- | hw/kdrive/trident/tridentdraw.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/hw/kdrive/trident/tridentdraw.c b/hw/kdrive/trident/tridentdraw.c index 49513d6e4..641d9239b 100644 --- a/hw/kdrive/trident/tridentdraw.c +++ b/hw/kdrive/trident/tridentdraw.c @@ -23,6 +23,9 @@ */ /* $RCSId: xc/programs/Xserver/hw/kdrive/trident/tridentdraw.c,v 1.10 2001/06/03 18:48:19 keithp Exp $ */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "trident.h" #include "tridentdraw.h" |