Include stdio.h and stdlib.h everywhere, and don't cook our own #define NULL.
This commit is contained in:

committed by
Ian Romanick

parent
b302359394
commit
ac95f2f8c8
@@ -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"
|
||||
|
Reference in New Issue
Block a user