mesa: the _mesa_geometric_* functions require full types from mtypes.h
authorIlia Mirkin <imirkin@alum.mit.edu>
Sat, 23 Jan 2016 13:25:35 +0000 (08:25 -0500)
committerIlia Mirkin <imirkin@alum.mit.edu>
Tue, 2 Feb 2016 22:08:46 +0000 (17:08 -0500)
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>
src/mesa/main/framebuffer.h

index bfc8a0836e7c15061775cc8e1be0ea4cc109862b..ab077ed9f498e0a1ecb8c74040f32180ce901743 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef FRAMEBUFFER_H
 #define FRAMEBUFFER_H
 
-#include "glheader.h"
+#include "mtypes.h"
 
 struct gl_config;
 struct gl_context;