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

Author: Vinson Lee <[email protected]>
Date:   Thu Jul 29 19:04:43 2010 -0700

dri: Add missing header to dri_metaops.c.

Add context.h for FLUSH_VERTICES symbol.

---

 src/mesa/drivers/dri/common/dri_metaops.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/mesa/drivers/dri/common/dri_metaops.c 
b/src/mesa/drivers/dri/common/dri_metaops.c
index 86e59a8..a2f404b 100644
--- a/src/mesa/drivers/dri/common/dri_metaops.c
+++ b/src/mesa/drivers/dri/common/dri_metaops.c
@@ -29,6 +29,7 @@
 #include "main/arbprogram.h"
 #include "main/arrayobj.h"
 #include "main/bufferobj.h"
+#include "main/context.h"
 #include "main/enable.h"
 #include "main/matrix.h"
 #include "main/texstate.h"

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

Reply via email to