diff options
author | Vinson Lee <vlee@vmware.com> | 2010-08-06 11:45:52 -0700 |
---|---|---|
committer | Vinson Lee <vlee@vmware.com> | 2010-08-06 11:46:16 -0700 |
commit | 69d450856aedda9c46739c64eac82cf14447426e (patch) | |
tree | 58747a109ae459c0976fca5393b49944c1b0dc9d /src/gallium/targets/egl | |
parent | e34c52da87990b1ec64602a20418cdb274deefa9 (diff) |
targets/egl: Fix build by including missing headers.
Diffstat (limited to 'src/gallium/targets/egl')
-rw-r--r-- | src/gallium/targets/egl/st_GLESv1_CM.c | 1 | ||||
-rw-r--r-- | src/gallium/targets/egl/st_GLESv2.c | 1 |
2 files changed, 2 insertions, 0 deletions
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 * |