diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:51 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-11 02:29:51 +0000 |
commit | ac920dae7c22ed3956e4f31a0d3baf1909762b76 (patch) | |
tree | 2e86b38c9e90be702f73e104f12aaa851491b8dd /src/i830_accel.c | |
parent | f90f661652e5fe0986eb804f8dff3eeffe0af820 (diff) |
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_16XORG-6_8_99_15
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 |