diff options
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 */ |