From 8e92ec9fdd58bdfcdef65a995988974d3266b9ad Mon Sep 17 00:00:00 2001 From: Chia-I Wu Date: Thu, 16 Jul 2009 21:21:51 -0700 Subject: egl: Add eglcompiler.h for compiler features. Only INLINE (from mesa/main/compiler.h) is defined now. It may be used to deal with symbol visibility and int/pointer conversion in the future. Signed-off-by: Chia-I Wu Signed-off-by: Brian Paul --- src/egl/main/egltypedefs.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/egl/main/egltypedefs.h') diff --git a/src/egl/main/egltypedefs.h b/src/egl/main/egltypedefs.h index 9fbc55352c..0a770dec0c 100644 --- a/src/egl/main/egltypedefs.h +++ b/src/egl/main/egltypedefs.h @@ -6,6 +6,7 @@ #include #include +#include "eglcompiler.h" typedef struct _egl_api _EGLAPI; -- cgit v1.2.3