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/nv50 | |
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/nv50')
-rw-r--r-- | src/gallium/drivers/nv50/nv50_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv50/nv50_context.h b/src/gallium/drivers/nv50/nv50_context.h index bebcd95054f..44d8f613427 100644 --- a/src/gallium/drivers/nv50/nv50_context.h +++ b/src/gallium/drivers/nv50/nv50_context.h @@ -1,6 +1,7 @@ #ifndef __NV50_CONTEXT_H__ #define __NV50_CONTEXT_H__ +#include <stdio.h> #include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_state.h" @@ -8,6 +9,7 @@ #include "util/u_memory.h" #include "util/u_math.h" +#include "util/u_inlines.h" #include "draw/draw_vertex.h" |