radeon/compiler: include stdio.h
authorBrian Paul <brianp@vmware.com>
Thu, 26 Feb 2015 19:33:16 +0000 (12:33 -0700)
committerBrian Paul <brianp@vmware.com>
Fri, 27 Feb 2015 00:53:05 +0000 (17:53 -0700)
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=89343
Reviewed-by: Tom Stellard <thomas.stellard@amd.com>
src/gallium/drivers/r300/compiler/tests/radeon_compiler_optimize_tests.c

index 3244d9334d7886d34bd6ee4edd0a27fbe8ff9480..7672f68d323e3a4636685e6abbce96713f5d269b 100644 (file)
@@ -23,6 +23,7 @@
  * Author: Tom Stellard <thomas.stellard@amd.com>
  */
 
+#include <stdio.h>
 #include "radeon_compiler.h"
 #include "radeon_dataflow.h"