summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/framebuffer.h
diff options
context:
space:
mode:
authorIlia Mirkin <imirkin@alum.mit.edu>2016-01-23 08:25:35 -0500
committerIlia Mirkin <imirkin@alum.mit.edu>2016-02-02 17:08:46 -0500
commit2d4976fa1953ee545fc774f64fc3b055c440559c (patch)
tree819d9f26d6baac4a21c51049a01cd4442cd24e1a /src/mesa/main/framebuffer.h
parentfb44cfadce97ad99cbca84880c628c8510055438 (diff)
downloadexternal_mesa3d-2d4976fa1953ee545fc774f64fc3b055c440559c.zip
external_mesa3d-2d4976fa1953ee545fc774f64fc3b055c440559c.tar.gz
external_mesa3d-2d4976fa1953ee545fc774f64fc3b055c440559c.tar.bz2
mesa: the _mesa_geometric_* functions require full types from mtypes.h
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/mesa/main/framebuffer.h')
-rw-r--r--src/mesa/main/framebuffer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h
index bfc8a08..ab077ed 100644
--- a/src/mesa/main/framebuffer.h
+++ b/src/mesa/main/framebuffer.h
@@ -26,7 +26,7 @@
#ifndef FRAMEBUFFER_H
#define FRAMEBUFFER_H
-#include "glheader.h"
+#include "mtypes.h"
struct gl_config;
struct gl_context;