On Fri, Nov 16, 2018 at 9:34 AM Emil Velikov <[email protected]> wrote:
>
> On Fri, 16 Nov 2018 at 10:07, Eric Engestrom <[email protected]> wrote:

I find that I also need

diff --git a/src/egl/main/egldevice.h b/src/egl/main/egldevice.h
index ddcdcd17f5a..03988913ecd 100644
--- a/src/egl/main/egldevice.h
+++ b/src/egl/main/egldevice.h
@@ -30,6 +30,7 @@
 #define EGLDEVICE_INCLUDED


+#include <stdlib.h>
 #include <stdbool.h>
 #include "egltypedefs.h"

for the use of NULL in the inline _eglLookupDevice further down.

Kristian

> >
> > Signed-off-by: Eric Engestrom <[email protected]>
> > ---
> >  src/egl/drivers/dri2/egl_dri2.c | 1 +
> >  src/egl/main/eglapi.c           | 2 ++
> >  src/egl/main/eglapi.h           | 1 +
> >  src/egl/main/eglglobals.c       | 2 ++
> >  src/egl/main/eglsurface.c       | 2 ++
> >  5 files changed, 8 insertions(+)
> >
>
> I haven't explicitly checked each include but I know you're build
> tested this. For the lot
> Acked-by: Emil Velikov <[email protected]>
>
> -Emil
> _______________________________________________
> mesa-dev mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/mesa-dev
_______________________________________________
mesa-dev mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to