diff options
author | José Fonseca <jfonseca@vmware.com> | 2010-02-02 14:42:17 +0000 |
---|---|---|
committer | José Fonseca <jfonseca@vmware.com> | 2010-02-02 14:42:17 +0000 |
commit | 28486880ca3ec39419ccee0cb1a3bedc9ef7117c (patch) | |
tree | e7d2e1612fdcdcd6d14976383e53a56314e75ec5 /src/gallium/auxiliary/cso_cache | |
parent | 57839d11ff806d172506e4a5104c1ae3d286df1c (diff) | |
download | external_mesa3d-28486880ca3ec39419ccee0cb1a3bedc9ef7117c.zip external_mesa3d-28486880ca3ec39419ccee0cb1a3bedc9ef7117c.tar.gz external_mesa3d-28486880ca3ec39419ccee0cb1a3bedc9ef7117c.tar.bz2 |
gallium: pipe/p_inlines.h -> util/u_inlines.h
Diffstat (limited to 'src/gallium/auxiliary/cso_cache')
-rw-r--r-- | src/gallium/auxiliary/cso_cache/cso_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/cso_cache/cso_context.c b/src/gallium/auxiliary/cso_cache/cso_context.c index dec830b..c638239 100644 --- a/src/gallium/auxiliary/cso_cache/cso_context.c +++ b/src/gallium/auxiliary/cso_cache/cso_context.c @@ -36,6 +36,7 @@ */ #include "pipe/p_state.h" +#include "util/u_inlines.h" #include "util/u_memory.h" #include "tgsi/tgsi_parse.h" |