diff options
Diffstat (limited to 'src/ast_vgatool.c')
-rw-r--r-- | src/ast_vgatool.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ast_vgatool.c b/src/ast_vgatool.c index fc761ab..1831f27 100644 --- a/src/ast_vgatool.c +++ b/src/ast_vgatool.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" |