From: Victor Tseng Date: Mon, 18 Oct 2010 13:55:37 +0000 (-0600) Subject: egl/i965: include inline_wrapper_sw_helper.h X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e19187e1beee9ea962f6d86cc4964b38fbcf768b;p=mesa.git egl/i965: include inline_wrapper_sw_helper.h Signed-off-by: Brian Paul --- diff --git a/src/gallium/targets/egl/pipe_i965.c b/src/gallium/targets/egl/pipe_i965.c index 6b886fb3f14..f810ecffb0a 100644 --- a/src/gallium/targets/egl/pipe_i965.c +++ b/src/gallium/targets/egl/pipe_i965.c @@ -1,5 +1,6 @@ #include "target-helpers/inline_debug_helper.h" +#include "target-helpers/inline_wrapper_sw_helper.h" #include "state_tracker/drm_driver.h" #include "i965/drm/i965_drm_public.h" #include "i965/brw_public.h"