summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv40/nv40_context.h
diff options
context:
space:
mode:
authorDave Airlie <airlied@redhat.com>2010-02-04 10:00:13 +1000
committerDave Airlie <airlied@redhat.com>2010-02-04 10:03:39 +1000
commitadf4c1ae10c172222690bf8ec2496cec8ce151dd (patch)
tree262235fcc5c2db8625234cd93ce2c42572b61b67 /src/gallium/drivers/nv40/nv40_context.h
parentb2a30497cc8b107ea74c3d8fbb646e59a4d55a05 (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 <airlied@redhat.com>
Diffstat (limited to 'src/gallium/drivers/nv40/nv40_context.h')
-rw-r--r--src/gallium/drivers/nv40/nv40_context.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/nv40/nv40_context.h b/src/gallium/drivers/nv40/nv40_context.h
index e219bb537a..3998cf2dd3 100644
--- a/src/gallium/drivers/nv40/nv40_context.h
+++ b/src/gallium/drivers/nv40/nv40_context.h
@@ -1,6 +1,8 @@
#ifndef __NV40_CONTEXT_H__
#define __NV40_CONTEXT_H__
+#include <stdio.h>
+
#include "pipe/p_context.h"
#include "pipe/p_defines.h"
#include "pipe/p_state.h"
@@ -8,6 +10,7 @@
#include "util/u_memory.h"
#include "util/u_math.h"
+#include "util/u_inlines.h"
#include "draw/draw_vertex.h"