summaryrefslogtreecommitdiff
path: root/hw/xwin/winvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'hw/xwin/winvideo.c')
-rwxr-xr-xhw/xwin/winvideo.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/hw/xwin/winvideo.c b/hw/xwin/winvideo.c
index 23e982638..4e1b65979 100755
--- a/hw/xwin/winvideo.c
+++ b/hw/xwin/winvideo.c
@@ -29,8 +29,8 @@
*/
#include "win.h"
-#include "Xv.h"
-#include "Xvproto.h"
+#include <X11/extensions/Xv.h>
+#include <X11/extensions/Xvproto.h>
void
winInitVideo (ScreenPtr pScreen);
@@ -63,7 +63,7 @@ winInitVideo (ScreenPtr pScreen)
#include "../xfree86/common/xf86.h"
#include "../Xext/xvdix.h"
#include "../xfree86/common/xf86xv.h"
-#include "Xv.h"
+#include <X11/extensions/Xv.h>
#endif
#include "win.h"