summaryrefslogtreecommitdiff
path: root/src/s3_cursor.c
diff options
context:
space:
mode:
authorAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:58 +0000
committerAdam Jackson <ajax@nwnk.net>2005-07-11 02:29:58 +0000
commitf53881d942bcd463127d2e5bef18e6e422d361c4 (patch)
treeaedc4513b86787ad450bd8d3fdcfca1a035609c8 /src/s3_cursor.c
parentb826671f9e2dc702ab8537deb33f51fa7ede9c57 (diff)
Prep for modular builds by adding guarded #include "config.h" everywhere.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15
Diffstat (limited to 'src/s3_cursor.c')
-rw-r--r--src/s3_cursor.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/s3_cursor.c b/src/s3_cursor.c
index 7a098a1..e6eac18 100644
--- a/src/s3_cursor.c
+++ b/src/s3_cursor.c
@@ -24,7 +24,11 @@
*
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/drivers/s3/s3_cursor.c,v 1.2 2003/07/17 08:19:36 eich Exp $ */
+/* $XFree86: $ */
+
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
#include "xf86.h"
#include "xf86_OSproc.h"