diff options
author | José Fonseca <[email protected]> | 2010-02-02 14:42:17 +0000 |
---|---|---|
committer | José Fonseca <[email protected]> | 2010-02-02 14:42:17 +0000 |
commit | 28486880ca3ec39419ccee0cb1a3bedc9ef7117c (patch) | |
tree | e7d2e1612fdcdcd6d14976383e53a56314e75ec5 /src/mesa/state_tracker/st_context.c | |
parent | 57839d11ff806d172506e4a5104c1ae3d286df1c (diff) |
gallium: pipe/p_inlines.h -> util/u_inlines.h
Diffstat (limited to 'src/mesa/state_tracker/st_context.c')
-rw-r--r-- | src/mesa/state_tracker/st_context.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/state_tracker/st_context.c b/src/mesa/state_tracker/st_context.c index a62ff248ce5..8f6a0c2423b 100644 --- a/src/mesa/state_tracker/st_context.c +++ b/src/mesa/state_tracker/st_context.c @@ -63,6 +63,7 @@ #include "st_gen_mipmap.h" #include "st_program.h" #include "pipe/p_context.h" +#include "util/u_inlines.h" #include "draw/draw_context.h" #include "cso_cache/cso_context.h" |