summaryrefslogtreecommitdiff
path: root/src/mesa/main/fbobject.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-29 23:50:32 -0700
committerVinson Lee <vlee@vmware.com>2010-07-29 23:50:32 -0700
commitc6466f599c35c8d61fceda289df1b683dd9a3656 (patch)
treeadc4cbaf7d404804f03b027f6ee0e698e5e40a9b /src/mesa/main/fbobject.h
parentf58ec9dc4d15f068974a010c8418a2e63809e8ec (diff)
mesa: Add missing header to fboject.h.
Add mtypes.h for GLcontext symbol.
Diffstat (limited to 'src/mesa/main/fbobject.h')
-rw-r--r--src/mesa/main/fbobject.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/fbobject.h b/src/mesa/main/fbobject.h
index 5215e930f9..9850ee9aa2 100644
--- a/src/mesa/main/fbobject.h
+++ b/src/mesa/main/fbobject.h
@@ -26,6 +26,7 @@
#ifndef FBOBJECT_H
#define FBOBJECT_H
+#include "mtypes.h"
extern void
_mesa_init_fbobjects(GLcontext *ctx);