From adf4c1ae10c172222690bf8ec2496cec8ce151dd Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Thu, 4 Feb 2010 10:00:13 +1000 Subject: nouveau: include stdio.h and u_inlines.h in all context files since embedded changes fixes nouveau build for me. Signed-off-by: Dave Airlie --- src/gallium/drivers/nv10/nv10_context.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/gallium/drivers/nv10/nv10_context.h') diff --git a/src/gallium/drivers/nv10/nv10_context.h b/src/gallium/drivers/nv10/nv10_context.h index ab4b825487..f0dcbe3fef 100644 --- a/src/gallium/drivers/nv10/nv10_context.h +++ b/src/gallium/drivers/nv10/nv10_context.h @@ -1,6 +1,8 @@ #ifndef __NV10_CONTEXT_H__ #define __NV10_CONTEXT_H__ +#include + #include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_state.h" -- cgit v1.2.3