Mesa (master): draw: Add missing header include.

Michał Król michal at kemper.freedesktop.org
Fri Jan 15 18:00:35 UTC 2010


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

Author: Michal Krol <michal at vmware.com>
Date:   Fri Jan 15 12:20:39 2010 +0100

draw: Add missing header include.

---

 src/gallium/auxiliary/draw/draw_vs.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/gallium/auxiliary/draw/draw_vs.c b/src/gallium/auxiliary/draw/draw_vs.c
index 60b4dd9..e03ac8c 100644
--- a/src/gallium/auxiliary/draw/draw_vs.c
+++ b/src/gallium/auxiliary/draw/draw_vs.c
@@ -43,11 +43,11 @@
 #include "translate/translate.h"
 #include "translate/translate_cache.h"
 
+#include "tgsi/tgsi_dump.h"
 #include "tgsi/tgsi_exec.h"
 
 
 
-
 void draw_vs_set_constants( struct draw_context *draw,
                             const float (*constants)[4],
                             unsigned size )




More information about the mesa-commit mailing list