From d41cac193c306b575b459b78313a514344173622 Mon Sep 17 00:00:00 2001 From: Kan-Ru Chen Date: Wed, 20 May 2015 02:40:00 -0400 Subject: [PATCH] Bug 1166649 - Fix GrallocTextureClient.cpp unified build bustage. r=nical --- gfx/layers/opengl/GrallocTextureClient.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gfx/layers/opengl/GrallocTextureClient.cpp b/gfx/layers/opengl/GrallocTextureClient.cpp index ccfb225016fd..6912ed61b513 100644 --- a/gfx/layers/opengl/GrallocTextureClient.cpp +++ b/gfx/layers/opengl/GrallocTextureClient.cpp @@ -14,6 +14,10 @@ #include "gfx2DGlue.h" #include "SharedSurfaceGralloc.h" +#if defined(MOZ_WIDGET_GONK) && ANDROID_VERSION >= 17 +#include +#endif + namespace mozilla { namespace layers {