summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Jackson <ajax@redhat.com>2008-03-24 13:33:38 -0400
committerAdam Jackson <ajax@redhat.com>2008-03-24 13:34:30 -0400
commitf250352d2e6676af11d734c109f8edb0231f5164 (patch)
tree09ef692fbb52f4387c57430accfabf9d70ee82c7
parentfdf927c2cdd1b92f0774f977d3195532294715d7 (diff)
Bug #11508: Fix build without XV.
(cherry picked from commit 87bfd3bd96c714a1c252d42408b5a1a4ff9dab06)
-rw-r--r--hw/xfree86/loader/xf86sym.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/xfree86/loader/xf86sym.c b/hw/xfree86/loader/xf86sym.c
index f86a1433d..24fc44c1b 100644
--- a/hw/xfree86/loader/xf86sym.c
+++ b/hw/xfree86/loader/xf86sym.c
@@ -68,8 +68,10 @@
# include "xf86Xinput.h"
#endif
#include "xf86OSmouse.h"
+#ifdef XV
#include "xf86xv.h"
#include "xf86xvmc.h"
+#endif
#include "xf86cmap.h"
#include "xf86fbman.h"
#include "dgaproc.h"