Re: [PATCH weston] Fix build error caused by missing header inclusion

2015-11-13 Thread Derek Foreman
On 13/11/15 07:34 AM, ahmet acar wrote: > Hi. This fix that: > > https://bugs.freedesktop.org/show_bug.cgi?id=92104 > This is a harmless solution to a disgusting problem with eglplatform.h Basically, if you have no X11 include files and you include eglplatform.h without

[PATCH weston] Fix build error caused by missing header inclusion

2015-11-13 Thread ahmet acar
Hi. This fix that: https://bugs.freedesktop.org/show_bug.cgi?id=92104 --- shared/platform.h | 1 + 1 file changed, 1 insertion(+) diff --git a/shared/platform.h b/shared/platform.h index 64e1fbf..cf4ecc0 100644 --- a/shared/platform.h +++ b/shared/platform.h @@ -29,6 +29,7 @@ #include