diff options
Diffstat (limited to 'src/radeon_driver.c')
-rw-r--r-- | src/radeon_driver.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_driver.c b/src/radeon_driver.c index 0733913..15a94e7 100644 --- a/src/radeon_driver.c +++ b/src/radeon_driver.c @@ -27,6 +27,10 @@ * DEALINGS IN THE SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + /* * Authors: * Kevin E. Martin <martin@xfree86.org> |