diff options
author | 2024-12-19 00:59:45 +0200 | |
---|---|---|
committer | 2024-12-19 10:35:48 +0200 | |
commit | 72ff5231c8ec1c491930464e0e8bcbc18b767e0c (patch) | |
tree | 632e54868e6ba8f1358f62acb523be9836586d5f | |
parent | 608278569c997e449ada555bd22b5c619000a153 (diff) |
ivi-compositor: Include shared/helpers for ARRAY_LENGTH
We need this for window-output-api. I have a fix for this upstream (to
be added into Weston 14 bug-fix release) but we can also
ifndef endif it so let us use that.
Bug-AGL: SPEC-5312
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: Iaddbe8d1c00fad0a04f9d123a6594bc6d37e563d
-rw-r--r-- | src/ivi-compositor.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ivi-compositor.h b/src/ivi-compositor.h index 1e8c55a..c0b6fb8 100644 --- a/src/ivi-compositor.h +++ b/src/ivi-compositor.h @@ -27,8 +27,11 @@ #define IVI_COMPOSITOR_H #include <stdbool.h> + #include "config.h" +#include "shared/helpers.h" + #include <weston.h> #include <libweston/backend-drm.h> #include <libweston/libweston.h> |