From 69d450856aedda9c46739c64eac82cf14447426e Mon Sep 17 00:00:00 2001 From: Vinson Lee Date: Fri, 6 Aug 2010 11:45:52 -0700 Subject: targets/egl: Fix build by including missing headers. --- src/gallium/targets/egl/st_GLESv1_CM.c | 1 + src/gallium/targets/egl/st_GLESv2.c | 1 + 2 files changed, 2 insertions(+) (limited to 'src/gallium/targets') diff --git a/src/gallium/targets/egl/st_GLESv1_CM.c b/src/gallium/targets/egl/st_GLESv1_CM.c index 0c8de8992f..c1652d5131 100644 --- a/src/gallium/targets/egl/st_GLESv1_CM.c +++ b/src/gallium/targets/egl/st_GLESv1_CM.c @@ -1,3 +1,4 @@ +#include "state_tracker/st_api.h" #include "state_tracker/st_gl_api.h" PUBLIC struct st_api * diff --git a/src/gallium/targets/egl/st_GLESv2.c b/src/gallium/targets/egl/st_GLESv2.c index 87b3e65e23..9c26989008 100644 --- a/src/gallium/targets/egl/st_GLESv2.c +++ b/src/gallium/targets/egl/st_GLESv2.c @@ -1,3 +1,4 @@ +#include "state_tracker/st_api.h" #include "state_tracker/st_gl_api.h" PUBLIC struct st_api * -- cgit v1.2.3