diff options
author | Dave Airlie <[email protected]> | 2010-02-04 10:00:13 +1000 |
---|---|---|
committer | Dave Airlie <[email protected]> | 2010-02-04 10:03:39 +1000 |
commit | adf4c1ae10c172222690bf8ec2496cec8ce151dd (patch) | |
tree | 262235fcc5c2db8625234cd93ce2c42572b61b67 /src/gallium/drivers/nv10/nv10_context.h | |
parent | b2a30497cc8b107ea74c3d8fbb646e59a4d55a05 (diff) |
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 <[email protected]>
Diffstat (limited to 'src/gallium/drivers/nv10/nv10_context.h')
-rw-r--r-- | src/gallium/drivers/nv10/nv10_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv10/nv10_context.h b/src/gallium/drivers/nv10/nv10_context.h index ab4b825487d..f0dcbe3fefd 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 <stdio.h> + #include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_state.h" |