desktop: Missing assert include 29/24629/1
authorMarius Vlad <marius.vlad@collabora.com>
Mon, 8 Jun 2020 14:11:52 +0000 (17:11 +0300)
committerMarius Vlad <marius.vlad@collabora.com>
Mon, 8 Jun 2020 14:14:21 +0000 (17:14 +0300)
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

src/desktop.c

index 8515a32..07680b9 100644 (file)
@@ -23,6 +23,7 @@
  * SOFTWARE.
  */
 
+#include <assert.h>
 #include "ivi-compositor.h"
 #include "policy.h"