[PATCH 3/3] compositor-android.c: Add missing include log.h

Martin Minarik minarik11 at student.fiit.stuba.sk
Sun Jun 10 16:02:35 PDT 2012


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 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/compositor-android.c b/src/compositor-android.c
index 76b0ff1..06c8517 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;
 
-- 
1.7.5.4



More information about the wayland-devel mailing list