i965: Add missing include.
authorJosé Fonseca <jfonseca@vmware.com>
Fri, 1 Jan 2010 21:58:21 +0000 (21:58 +0000)
committerJosé Fonseca <jfonseca@vmware.com>
Sat, 2 Jan 2010 00:01:43 +0000 (00:01 +0000)
src/gallium/drivers/i965/brw_disasm.h

index 77d402d..ba5b109 100644 (file)
@@ -23,6 +23,8 @@
 #ifndef BRW_DISASM_H
 #define BRW_DISASM_H
 
+#include <stdio.h>
+
 struct brw_instruction;
 
 int brw_disasm_insn (FILE *file, const struct brw_instruction *inst);