summaryrefslogtreecommitdiff
path: root/src/gallium/targets/egl
diff options
context:
space:
mode:
authorVictor Tseng <palatis@gmail.com>2010-10-18 07:55:37 -0600
committerBrian Paul <brianp@vmware.com>2010-10-18 07:55:52 -0600
commite19187e1beee9ea962f6d86cc4964b38fbcf768b (patch)
treec28c04e36b0e55c019094d68e07ef609087a0241 /src/gallium/targets/egl
parentb8276e46f593fd9d938258636a2ba4452d895338 (diff)
egl/i965: include inline_wrapper_sw_helper.h
Signed-off-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'src/gallium/targets/egl')
-rw-r--r--src/gallium/targets/egl/pipe_i965.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/targets/egl/pipe_i965.c b/src/gallium/targets/egl/pipe_i965.c
index 6b886fb3f1..f810ecffb0 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"