From f5c7576581faeb1cc377d1c99d4f84faa3ec0a6e Mon Sep 17 00:00:00 2001 From: Martin Minarik Date: Mon, 11 Jun 2012 01:02:35 +0200 Subject: [PATCH] compositor-android.c: Add missing include log.h Due to missing include, the messages from compositor-android are not processed. Thanks to collegue for reminding of this issue. --- src/compositor-android.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/compositor-android.c b/src/compositor-android.c index 76b0ff1b..06c85170 100644 --- a/src/compositor-android.c +++ b/src/compositor-android.c @@ -30,6 +30,7 @@ #include "compositor.h" #include "android-framebuffer.h" +#include "log.h" struct android_compositor;