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:33:38 -0400
commit87bfd3bd96c714a1c252d42408b5a1a4ff9dab06 (patch)
tree14c495a10a658748da461753c4af7c9d8951e0f8
parent536f2ff5382aaaace3b55481e15366bb15d87801 (diff)
Bug #11508: Fix build without XV.
-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"