From db29869205ecc2d7254698daac3e9027f6c92619 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 4 Mar 2015 19:17:57 -0700 Subject: mesa: include stdio.h where needed MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Instead of relying on glapi.h or some other header to provide it. Acked-by: Matt Turner Reviewed-by: José Fonseca --- src/mesa/tnl/t_draw.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/mesa/tnl/t_draw.c') diff --git a/src/mesa/tnl/t_draw.c b/src/mesa/tnl/t_draw.c index be3f059..60265d6 100644 --- a/src/mesa/tnl/t_draw.c +++ b/src/mesa/tnl/t_draw.c @@ -25,6 +25,8 @@ * Keith Whitwell */ +#include + #include "main/glheader.h" #include "main/bufferobj.h" #include "main/condrender.h" -- cgit v1.1