From 9f6e76a91e3a176e00ca3e8c0bbd61d49df45961 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 30 Sep 2013 19:02:27 -0600 Subject: [PATCH] st/egl: include u_format.h for util_format_get_blocksize() --- src/gallium/state_trackers/egl/common/egl_g3d_image.c | 1 + 1 file changed, 1 insertion(+) 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 c459dc3..fbe6f53 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" -- 2.7.4