Module: Mesa Branch: gallium-resources Commit: a01ff99a19986e6beb7903431e60a074945b09bc URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=a01ff99a19986e6beb7903431e60a074945b09bc
Author: Roland Scheidegger <[email protected]> Date: Thu Apr 1 19:26:35 2010 +0200 gallium: fix missing includes --- src/gallium/drivers/identity/id_context.c | 1 + src/gallium/drivers/softpipe/sp_state_sampler.c | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) diff --git a/src/gallium/drivers/identity/id_context.c b/src/gallium/drivers/identity/id_context.c index 4b70c10..3b7eaec 100644 --- a/src/gallium/drivers/identity/id_context.c +++ b/src/gallium/drivers/identity/id_context.c @@ -28,6 +28,7 @@ #include "pipe/p_context.h" #include "util/u_memory.h" +#include "util/u_inlines.h" #include "id_context.h" #include "id_objects.h" diff --git a/src/gallium/drivers/softpipe/sp_state_sampler.c b/src/gallium/drivers/softpipe/sp_state_sampler.c index 3dad118..2692f06 100644 --- a/src/gallium/drivers/softpipe/sp_state_sampler.c +++ b/src/gallium/drivers/softpipe/sp_state_sampler.c @@ -30,6 +30,7 @@ */ #include "util/u_memory.h" +#include "util/u_inlines.h" #include "draw/draw_context.h" #include "draw/draw_context.h" _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
