summaryrefslogtreecommitdiff
path: root/src/mesa/main/framebuffer.h
diff options
context:
space:
mode:
authorVinson Lee <vlee@vmware.com>2010-07-29 23:53:13 -0700
committerVinson Lee <vlee@vmware.com>2010-07-29 23:53:13 -0700
commit95e3832b53e28f2b771194829a9ec696a5801e9e (patch)
tree0a7085ee46aa68a5ad3ce1533ac744deb3abac89 /src/mesa/main/framebuffer.h
parentc6466f599c35c8d61fceda289df1b683dd9a3656 (diff)
mesa: Add missing header to framebuffer.h.
Include mtypes.h for GLvisual and GLcontext symbols.
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r--src/mesa/main/framebuffer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h
index 1b6e3b1f0c..2e9844282f 100644
--- a/src/mesa/main/framebuffer.h
+++ b/src/mesa/main/framebuffer.h
@@ -26,6 +26,7 @@
#ifndef FRAMEBUFFER_H
#define FRAMEBUFFER_H
+#include "mtypes.h"
extern struct gl_framebuffer *
_mesa_create_framebuffer(const GLvisual *visual);