summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlon Levy <alevy@redhat.com>2011-05-14 13:46:03 +0300
committerAlon Levy <alevy@redhat.com>2011-08-26 16:22:12 +0300
commita12810aa1cd36df06c90ad515a883912257e9226 (patch)
tree8883a92658f46b2e316447bff1cd85a03744706f
parent43bb914c596e2354d3a7e327a53195cfd6c38afc (diff)
g/d/remote: add include stdio
-rw-r--r--src/gallium/drivers/remote/tr_context.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/gallium/drivers/remote/tr_context.c b/src/gallium/drivers/remote/tr_context.c
index 2d628ec5ce..6cc909fb9e 100644
--- a/src/gallium/drivers/remote/tr_context.c
+++ b/src/gallium/drivers/remote/tr_context.c
@@ -39,6 +39,9 @@
#include "remote_messages.h"
#include "remote_debug.h"
+// TODO - remove printf in favor of ___, remove this include (here for olden vgallium)
+#include <stdio.h>
+
static INLINE void
remote_context_set_edgeflags(struct pipe_context *_pipe,
const unsigned *bitfield)