util: Include missing headers in u_split_prim.h.

Include p_compiler.h for boolean symbol.
Include u_debug.h for assert symbol.
This commit is contained in:
Vinson Lee 2010-08-25 22:50:15 -07:00
parent 43d94dba5f
commit cc3e322d96
1 changed files with 4 additions and 1 deletions

View 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;