Re: [Mesa-dev] [PATCH kmscube 3/6] common: include config.h

2017-04-14 Thread Emil Velikov
Hi Ben, On 13 April 2017 at 19:22, Ben Widawsky wrote: > --- > common.h | 4 > 1 file changed, 4 insertions(+) > > diff --git a/common.h b/common.h > index 2eceac7..f3d9d32 100644 > --- a/common.h > +++ b/common.h > @@ -32,6 +32,10 @@ > #include > #include > > +#ifdef HAVE_CONFIG_H > +

[Mesa-dev] [PATCH kmscube 3/6] common: include config.h

2017-04-13 Thread Ben Widawsky
--- common.h | 4 1 file changed, 4 insertions(+) diff --git a/common.h b/common.h index 2eceac7..f3d9d32 100644 --- a/common.h +++ b/common.h @@ -32,6 +32,10 @@ #include #include +#ifdef HAVE_CONFIG_H + #include "config.h" +#endif + #ifndef EGL_KHR_platform_gbm #define EGL_KHR_plat