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/math/m_vector.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/mesa/math') diff --git a/src/mesa/math/m_vector.c b/src/mesa/math/m_vector.c index ff42396b768..831f953d655 100644 --- a/src/mesa/math/m_vector.c +++ b/src/mesa/math/m_vector.c @@ -26,6 +26,7 @@ * New (3.1) transformation code written by Keith Whitwell. */ +#include #include "main/glheader.h" #include "main/imports.h" -- cgit v1.2.3