From 245466d4ef8ea4012242a3fa21a217e767f4eac4 Mon Sep 17 00:00:00 2001 From: Alan Coopersmith Date: Wed, 15 Mar 2006 00:43:18 +0000 Subject: Add the normal trappings of the Xorg modular build system. Replace "Xv.h" with and add #include "config.h" for modular build Strip ^M out of ast_accel.c --- src/ast_cursor.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/ast_cursor.c') diff --git a/src/ast_cursor.c b/src/ast_cursor.c index e870331..93075e7 100644 --- a/src/ast_cursor.c +++ b/src/ast_cursor.c @@ -20,6 +20,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include +#endif #include "xf86.h" #include "xf86_ansic.h" #include "xf86_OSproc.h" @@ -35,7 +38,7 @@ #include "fb.h" #include "regionstr.h" #include "xf86xv.h" -#include "Xv.h" +#include #include "vbe.h" #include "xf86PciInfo.h" -- cgit v1.2.3