diff options
author | Eric Anholt <eric@anholt.net> | 2010-06-22 10:38:52 -0700 |
---|---|---|
committer | Ian Romanick <ian.d.romanick@intel.com> | 2010-06-22 12:30:55 -0700 |
commit | ac95f2f8c88d39aaa878f61172d9748af13e2c80 (patch) | |
tree | 6fb453ee5a6ddb7275b2a1099804e9e91db44dcf /ast_to_hir.cpp | |
parent | b302359394312112a61aec58c99be9ffc3406c92 (diff) |
Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
Diffstat (limited to 'ast_to_hir.cpp')
-rw-r--r-- | ast_to_hir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ast_to_hir.cpp b/ast_to_hir.cpp index dbc3666069..aa90d4b663 100644 --- a/ast_to_hir.cpp +++ b/ast_to_hir.cpp @@ -48,7 +48,7 @@ * As a result, my preference is to put as little C code as possible in the * parser (and lexer) sources. */ -#include <stdio.h> + #include "main/imports.h" #include "glsl_symbol_table.h" #include "glsl_parser_extras.h" |