Bug #11508: Fix build without XV.

This commit is contained in:
Adam Jackson 2008-03-24 13:33:38 -04:00
parent 536f2ff538
commit 87bfd3bd96

View File

@ -68,8 +68,10 @@
# include "xf86Xinput.h" # include "xf86Xinput.h"
#endif #endif
#include "xf86OSmouse.h" #include "xf86OSmouse.h"
#ifdef XV
#include "xf86xv.h" #include "xf86xv.h"
#include "xf86xvmc.h" #include "xf86xvmc.h"
#endif
#include "xf86cmap.h" #include "xf86cmap.h"
#include "xf86fbman.h" #include "xf86fbman.h"
#include "dgaproc.h" #include "dgaproc.h"