diff options
author | Brian Paul <[email protected]> | 2013-09-30 19:02:27 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2013-09-30 19:02:27 -0600 |
commit | 9f6e76a91e3a176e00ca3e8c0bbd61d49df45961 (patch) | |
tree | ef7929471c2e5aaff7e5f48202a65f3649c0b50a /src/gallium/state_trackers | |
parent | 1d05caf9f2b27b1af4424ebd66584ab2b25025a5 (diff) |
st/egl: include u_format.h for util_format_get_blocksize()
Diffstat (limited to 'src/gallium/state_trackers')
-rw-r--r-- | src/gallium/state_trackers/egl/common/egl_g3d_image.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/egl/common/egl_g3d_image.c b/src/gallium/state_trackers/egl/common/egl_g3d_image.c index c459dc32320..fbe6f537409 100644 --- a/src/gallium/state_trackers/egl/common/egl_g3d_image.c +++ b/src/gallium/state_trackers/egl/common/egl_g3d_image.c @@ -26,6 +26,7 @@ */ #include "pipe/p_screen.h" +#include "util/u_format.h" #include "util/u_memory.h" #include "util/u_rect.h" #include "util/u_inlines.h" |