diff options
author | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-15 00:43:18 +0000 |
---|---|---|
committer | Alan Coopersmith <Alan.Coopersmith@sun.com> | 2006-03-15 00:43:18 +0000 |
commit | 245466d4ef8ea4012242a3fa21a217e767f4eac4 (patch) | |
tree | a6423ce83c5cf20e02c949578350532ea7d34a9c /src/ast_driver.c | |
parent | 24d5661d2c703582e44ce140d0eb7251433e1ad0 (diff) |
Add the normal trappings of the Xorg modular build system.
Replace "Xv.h" with <X11/extensions/Xv.h> and add #include "config.h" for
modular build Strip ^M out of ast_accel.c
Diffstat (limited to 'src/ast_driver.c')
-rw-r--r-- | src/ast_driver.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ast_driver.c b/src/ast_driver.c index ac4c453..3438f96 100644 --- a/src/ast_driver.c +++ b/src/ast_driver.c @@ -20,6 +20,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#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 <X11/extensions/Xv.h> #include "vbe.h" #include "xf86PciInfo.h" |