summaryrefslogtreecommitdiff
path: root/src/r128_cursor.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/r128_cursor.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/r128_cursor.c')
-rw-r--r--src/r128_cursor.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/r128_cursor.c b/src/r128_cursor.c
index 41f8f2d..d8e58aa 100644
--- a/src/r128_cursor.c
+++ b/src/r128_cursor.c
@@ -44,6 +44,10 @@
*
*/
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
/* Driver data structures */
#include "r128.h"
#include "r128_reg.h"