commit | ddf4b2e363653daf9342925e71122ba6670816a8 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Tue Feb 24 16:56:54 2015 -0700 |
committer | Brian Paul <brianp@vmware.com> | Thu Feb 26 08:38:38 2015 -0700 |
tree | bf3ad9fa9bd207c63d3cb2c75bbfff3ccec0268a | |
parent | 135b8c65305c05c1ea9145141bad670003270c41 [diff] [blame] |
mesa: only include ctype.h where it's used Reviewed-by: Matt Turner <mattst88@gmail.com> Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
diff --git a/src/glsl/linker.cpp b/src/glsl/linker.cpp index 3f5eac1..e11b6fa 100644 --- a/src/glsl/linker.cpp +++ b/src/glsl/linker.cpp
@@ -64,6 +64,7 @@ * \author Ian Romanick <ian.d.romanick@intel.com> */ +#include <ctype.h> #include "main/core.h" #include "glsl_symbol_table.h" #include "glsl_parser_extras.h"