i965: Add missing include.

This commit is contained in:
José Fonseca
2010-01-01 21:58:21 +00:00
parent 2104cbb694
commit 6f19ec64fc

View 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);