summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw
diff options
context:
space:
mode:
authorStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-09-28 18:33:23 +0200
committerStephane Marchesin <marchesin@icps.u-strasbg.fr>2008-09-28 18:33:23 +0200
commitab74b8e3549838c0c480555134f5451949bac59f (patch)
tree9240b189ffe47e25ad3b3b4d5b24efdb9b54d76b /src/gallium/auxiliary/draw
parent8fd329d04885eba7587bbe7604d3a1088e35de40 (diff)
Gallivm: make it compile again, add some opcodes.
Diffstat (limited to 'src/gallium/auxiliary/draw')
-rw-r--r--src/gallium/auxiliary/draw/draw_vs_llvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/draw/draw_vs_llvm.c b/src/gallium/auxiliary/draw/draw_vs_llvm.c
index 2ce30b9a02..727977bc3a 100644
--- a/src/gallium/auxiliary/draw/draw_vs_llvm.c
+++ b/src/gallium/auxiliary/draw/draw_vs_llvm.c
@@ -32,6 +32,7 @@
* Brian Paul
*/
+#include "util/u_memory.h"
#include "pipe/p_shader_tokens.h"
#include "draw_private.h"
#include "draw_context.h"