diff options
author | Chia-I Wu <[email protected]> | 2010-06-04 12:52:51 +0800 |
---|---|---|
committer | Chia-I Wu <[email protected]> | 2010-06-04 12:56:06 +0800 |
commit | 0cfb5ffe3086bdd68cecb55cbfec0c3354731526 (patch) | |
tree | 4e99c21d64adffd0592267a1e1a9f983f4a396bf /src/gallium/state_trackers/egl | |
parent | 22c2e57cbb0fd5ed6856a7350672fa01c02b00ca (diff) |
st/egl: Fix compiler warnings.
Forgot to stage this chunk in last commit.
Diffstat (limited to 'src/gallium/state_trackers/egl')
-rw-r--r-- | src/gallium/state_trackers/egl/common/native_helper.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/common/native_helper.h b/src/gallium/state_trackers/egl/common/native_helper.h index 25fafd04651..bdb9629466b 100644 --- a/src/gallium/state_trackers/egl/common/native_helper.h +++ b/src/gallium/state_trackers/egl/common/native_helper.h @@ -29,6 +29,7 @@ #include "native.h" struct resource_surface; +struct sw_winsys; struct resource_surface * resource_surface_create(struct pipe_screen *screen, |