glsl: include stdio.h where needed

Acked-by: Matt Turner <mattst88@gmail.com>
Reviewed-by: José Fonseca <jfonseca@vmware.com>
This commit is contained in:
Brian Paul
2015-03-04 19:17:57 -07:00
parent db29869205
commit db9a088d32
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -24,6 +24,7 @@
#include <assert.h>
#include <limits>
#include <stdio.h>
#include "s_expression.h"
s_symbol::s_symbol(const char *str, size_t n)
+1
View File
@@ -30,6 +30,7 @@
#include "standalone_scaffolding.h"
#include <assert.h>
#include <stdio.h>
#include <string.h>
#include "util/ralloc.h"