summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/common
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-29 19:04:43 -0700
committerVinson Lee <vlee@vmware.com>2010-07-29 19:04:43 -0700
commitebdc537ff7e272da6cb423a7b32a09618c44ba84 (patch)
treec402f710070f84255db5946b402084086bdb0587 /src/mesa/drivers/dri/common
parent7e54c4a646801cbe8f2310bf516c32faa35eb971 (diff)
dri: Add missing header to dri_metaops.c.
Add context.h for FLUSH_VERTICES symbol.
Diffstat (limited to 'src/mesa/drivers/dri/common')
-rw-r--r--src/mesa/drivers/dri/common/dri_metaops.c1
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 86e59a8e51..a2f404b616 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"