On Tue, Mar 15, 2016 at 05:39:21PM +0200, Pekka Paalanen wrote: > From: Pekka Paalanen <[email protected]> > > Every .c file must include config.h as the first thing. > > Signed-off-by: Pekka Paalanen <[email protected]> > --- > ivi-shell/ivi-layout-transition.c | 2 ++ > 1 file changed, 2 insertions(+)
First two patches in this series are trivially correct; so for those two r-b'd and pushed: To ssh://git.freedesktop.org/git/wayland/weston c21cb3d..f72df1d master -> master > diff --git a/ivi-shell/ivi-layout-transition.c > b/ivi-shell/ivi-layout-transition.c > index ed11999..45b8dc5 100644 > --- a/ivi-shell/ivi-layout-transition.c > +++ b/ivi-shell/ivi-layout-transition.c > @@ -23,6 +23,8 @@ > * SOFTWARE. > */ > > +#include "config.h" > + > #include <time.h> > #include <assert.h> > #include <stdlib.h> > -- > 2.4.10 > > _______________________________________________ > wayland-devel mailing list > [email protected] > https://lists.freedesktop.org/mailman/listinfo/wayland-devel _______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
