diff options
author | Vinson Lee <[email protected]> | 2010-07-29 19:04:43 -0700 |
---|---|---|
committer | Vinson Lee <[email protected]> | 2010-07-29 19:04:43 -0700 |
commit | ebdc537ff7e272da6cb423a7b32a09618c44ba84 (patch) | |
tree | c402f710070f84255db5946b402084086bdb0587 /src | |
parent | 7e54c4a646801cbe8f2310bf516c32faa35eb971 (diff) |
dri: Add missing header to dri_metaops.c.
Add context.h for FLUSH_VERTICES symbol.
Diffstat (limited to 'src')
-rw-r--r-- | 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 86e59a8e51c..a2f404b616f 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" |