diff options
author | Michal Krol <[email protected]> | 2008-08-23 12:30:39 +0200 |
---|---|---|
committer | Michal Krol <[email protected]> | 2008-08-23 12:30:39 +0200 |
commit | f3dfd5969d447515635c077b700a2d4957208167 (patch) | |
tree | 5f9047f2e2479eb8add81d0121b5bdeed12ea1c8 /src/gallium/auxiliary | |
parent | 2b87174ec306673c59386102890f35907be497ef (diff) |
util: Include missing u_rect.h.
Diffstat (limited to 'src/gallium/auxiliary')
-rw-r--r-- | src/gallium/auxiliary/util/p_tile.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/p_tile.c b/src/gallium/auxiliary/util/p_tile.c index e366039a27c..8219041c801 100644 --- a/src/gallium/auxiliary/util/p_tile.c +++ b/src/gallium/auxiliary/util/p_tile.c @@ -37,7 +37,7 @@ #include "pipe/p_inlines.h" #include "p_tile.h" - +#include "u_rect.h" /** |