Module: Mesa
Branch: master
Commit: fb70f456fce6b9cca9330e1c1e174153e532693e
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=fb70f456fce6b9cca9330e1c1e174153e532693e

Author: Jakob Bornecrantz <[email protected]>
Date:   Fri Mar 26 14:32:56 2010 +0100

svga/drm: Fix build under scons

---

 src/gallium/winsys/svga/drm/vmw_screen_dri.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/winsys/svga/drm/vmw_screen_dri.c 
b/src/gallium/winsys/svga/drm/vmw_screen_dri.c
index 657544d..e8ebe9a 100644
--- a/src/gallium/winsys/svga/drm/vmw_screen_dri.c
+++ b/src/gallium/winsys/svga/drm/vmw_screen_dri.c
@@ -39,7 +39,7 @@
 
 #include <state_tracker/dri1_api.h>
 #include <state_tracker/drm_api.h>
-#include <vmwgfx_drm.h>
+#include "vmwgfx_drm.h"
 #include <xf86drm.h>
 
 #include <stdio.h>

_______________________________________________
mesa-commit mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to