[PATCH weston 1/5] ivi-shell: include config.h in ivi-layout-transition.c
Bryce Harrington
bryce at osg.samsung.com
Tue Mar 15 22:39:07 UTC 2016
On Tue, Mar 15, 2016 at 05:39:21PM +0200, Pekka Paalanen wrote:
> From: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
>
> Every .c file must include config.h as the first thing.
>
> Signed-off-by: Pekka Paalanen <pekka.paalanen at collabora.co.uk>
> ---
> 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
> wayland-devel at lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/wayland-devel
More information about the wayland-devel
mailing list