diff options
author | Ilia Mirkin <[email protected]> | 2016-01-23 08:25:35 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2016-02-02 17:08:46 -0500 |
commit | 2d4976fa1953ee545fc774f64fc3b055c440559c (patch) | |
tree | 819d9f26d6baac4a21c51049a01cd4442cd24e1a | |
parent | fb44cfadce97ad99cbca84880c628c8510055438 (diff) |
mesa: the _mesa_geometric_* functions require full types from mtypes.h
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
-rw-r--r-- | src/mesa/main/framebuffer.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |