compositor-android.c: Add missing include log.h
authorMartin Minarik <minarik11@student.fiit.stuba.sk>
Sun, 10 Jun 2012 23:02:35 +0000 (01:02 +0200)
committerKristian Høgsberg <krh@bitplanet.net>
Mon, 11 Jun 2012 13:43:02 +0000 (09:43 -0400)
Due to missing include, the messages from
compositor-android are not processed.

Thanks to collegue for reminding of this issue.

src/compositor-android.c

index 76b0ff1..06c8517 100644 (file)
@@ -30,6 +30,7 @@
 
 #include "compositor.h"
 #include "android-framebuffer.h"
+#include "log.h"
 
 struct android_compositor;