diff options
author | Marius Vlad <marius.vlad@collabora.com> | 2020-06-08 17:11:52 +0300 |
---|---|---|
committer | Marius Vlad <marius.vlad@collabora.com> | 2020-06-08 17:14:21 +0300 |
commit | f73edbcf826fcc46dcc692f8f8b7802e4f053a0f (patch) | |
tree | e96416da6f919b988e963a9970239c59b06fda48 | |
parent | a2f9566bdbfcb8ee05a1f0bf5b908a93bcc85f33 (diff) |
desktop: Missing assert include
Commit a2f9566bdbfcb8ee added an assert but failed to include the proper
header causing an warning and a failure when building locally.
Signed-off-by: Marius Vlad <marius.vlad@collabora.com>
Change-Id: I5bd0754f0a8dee74e9d5b09d34d80633cb96e666
-rw-r--r-- | src/desktop.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/desktop.c b/src/desktop.c index 8515a32..07680b9 100644 --- a/src/desktop.c +++ b/src/desktop.c @@ -23,6 +23,7 @@ * SOFTWARE. */ +#include <assert.h> #include "ivi-compositor.h" #include "policy.h" |