From: Ilia Mirkin Date: Sat, 23 Jan 2016 13:25:35 +0000 (-0500) Subject: mesa: the _mesa_geometric_* functions require full types from mtypes.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2d4976fa1953ee545fc774f64fc3b055c440559c;p=mesa.git mesa: the _mesa_geometric_* functions require full types from mtypes.h Signed-off-by: Ilia Mirkin Reviewed-by: Marek Olšák Reviewed-by: Brian Paul --- diff --git a/src/mesa/main/framebuffer.h b/src/mesa/main/framebuffer.h index bfc8a0836e7..ab077ed9f49 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;