diff options
author | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 19:26:35 +0000 |
---|---|---|
committer | Søren Sandmann Pedersen <sandmann@daimi.au.dk> | 2005-05-19 19:26:35 +0000 |
commit | 99a8286d49152c45ebead33df9f32bf6b7799bee (patch) | |
tree | bd8dd7074ed63980f4a428af43f6473c95290721 /src/FillRects.c | |
parent | f11802cdcd65d4e50c7ed8eadf5c907af40b544c (diff) |
- Conditionally include config.h in xc/lib/Xrender/*.cXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10
- Add Xrender to symlink.sh
Diffstat (limited to 'src/FillRects.c')
-rw-r--r-- | src/FillRects.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/FillRects.c b/src/FillRects.c index 673d484..517eeb0 100644 --- a/src/FillRects.c +++ b/src/FillRects.c @@ -22,6 +22,9 @@ * Author: Keith Packard, SuSE, Inc. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif #include "Xrenderint.h" /* precompute the maximum size of batching request allowed */ |