mesa: Include missing header in prog_execute.h.

Include mtypes.h for GLcontext symbol.
This commit is contained in:
Vinson Lee 2010-08-11 00:43:28 -07:00
parent 2a5bf7b4d2
commit c20e92c3e0
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@
#define PROG_EXECUTE_H
#include "main/config.h"
#include "main/mtypes.h"
typedef void (*FetchTexelLodFunc)(GLcontext *ctx, const GLfloat texcoord[4],