summaryrefslogtreecommitdiff
path: root/src/radeon_video.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:45 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:45 +0000
commitd715561d28d82591adf5c7504068c1818eb2245c (patch)
tree46b25020e4174f252e153f8e7855fb8ef8b5a1f9 /src/radeon_video.c
parent5b37b695019b7a4522a96a63f1f6b035160e6a25 (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/radeon_video.c')
-rw-r--r--src/radeon_video.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/radeon_video.c b/src/radeon_video.c
index 0c4a5c1b..2c2dffd9 100644
--- a/src/radeon_video.c
+++ b/src/radeon_video.c
@@ -1,5 +1,9 @@
/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/ati/radeon_video.c,v 1.30 2003/11/10 18:22:18 tsi Exp $ */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
#include "radeon.h"
#include "radeon_reg.h"
#include "radeon_macros.h"