diff options
Diffstat (limited to 'src/gallium/drivers/nv20/nv20_context.h')
-rw-r--r-- | src/gallium/drivers/nv20/nv20_context.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv20/nv20_context.h b/src/gallium/drivers/nv20/nv20_context.h index c7dfadaa31..270f6488e8 100644 --- a/src/gallium/drivers/nv20/nv20_context.h +++ b/src/gallium/drivers/nv20/nv20_context.h @@ -1,6 +1,8 @@ #ifndef __NV20_CONTEXT_H__ #define __NV20_CONTEXT_H__ +#include <stdio.h> + #include "pipe/p_context.h" #include "pipe/p_defines.h" #include "pipe/p_state.h" |