diff options
Diffstat (limited to 'src/i830_accel.c')
-rw-r--r-- | src/i830_accel.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/i830_accel.c b/src/i830_accel.c index d6c2d384..7211f4bd 100644 --- a/src/i830_accel.c +++ b/src/i830_accel.c @@ -2,6 +2,11 @@ * XXX So far, for GXxor this is about 40% of the speed of SW, but CPU * utilisation falls from 95% to < 5%. */ + +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #ifndef DO_SCANLINE_IMAGE_WRITE #define DO_SCANLINE_IMAGE_WRITE 0 #endif |