util: Include missing headers in u_split_prim.h.
authorVinson Lee <vlee@vmware.com>
Thu, 26 Aug 2010 05:50:15 +0000 (22:50 -0700)
committerVinson 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

index e63a7c1fadd56ab931564e07eaad9a3170e34035..8af8a7e71d87eabbbd1c70695089b75d87472acd 100644 (file)
@@ -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;