summaryrefslogtreecommitdiff
path: root/src/mesa/math
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2015-03-04 19:17:57 -0700
committerBrian Paul <brianp@vmware.com>2015-03-05 06:59:42 -0700
commitdb29869205ecc2d7254698daac3e9027f6c92619 (patch)
tree589bf3c2cc7d6078b04d9d922cc53f4cc3c8bc5f /src/mesa/math
parent028968a3ce317cead6aec29890308f8242d547dd (diff)
mesa: include stdio.h where needed
Instead of relying on glapi.h or some other header to provide it. Acked-by: Matt Turner <mattst88@gmail.com> Reviewed-by: José Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'src/mesa/math')
-rw-r--r--src/mesa/math/m_vector.c1
1 files changed, 1 insertions, 0 deletions
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 <stdio.h>
#include "main/glheader.h"
#include "main/imports.h"