projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
43d94db
)
util: Include missing headers in u_split_prim.h.
author
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 05:50:15 +0000
(22:50 -0700)
committer
Vinson Lee
<vlee@vmware.com>
Thu, 26 Aug 2010 05:51:15 +0000
(22:51 -0700)
Include p_compiler.h for boolean symbol.
Include u_debug.h for assert symbol.
src/gallium/auxiliary/util/u_split_prim.h
patch
|
blob
|
history
diff --git
a/src/gallium/auxiliary/util/u_split_prim.h
b/src/gallium/auxiliary/util/u_split_prim.h
index e63a7c1fadd56ab931564e07eaad9a3170e34035..8af8a7e71d87eabbbd1c70695089b75d87472acd 100644
(file)
--- a/
src/gallium/auxiliary/util/u_split_prim.h
+++ b/
src/gallium/auxiliary/util/u_split_prim.h
@@
-1,5
+1,8
@@
/* Originally written by Ben Skeggs for the nv50 driver*/
-#include <pipe/p_defines.h>
+#include "pipe/p_defines.h"
+#include "pipe/p_compiler.h"
+
+#include "util/u_debug.h"
struct util_split_prim {
void *priv;