am 3a38c110: Merge "Fix mac build"

* commit '3a38c110a970c443c09df6a529a78f5b02a870dc':
  Fix mac build
diff --git a/tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h b/tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h
index ec70a0d..26d2bd2 100644
--- a/tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h
+++ b/tools/emulator/opengl/host/libs/Translator/include/EGL/eglplatform.h
@@ -76,6 +76,7 @@
 #elif defined(__APPLE__)
 
 typedef int  EGLNativePixelFormatType;
+#define PIXEL_FORMAT_INITIALIZER 0
 
 typedef struct _EGLNativeContextType*      EGLNativeContextType;
 typedef struct _EGLNativePbufferType*      EGLNativePbufferType;