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.
This commit is contained in:
Martin Minarik 2012-06-11 01:02:35 +02:00 committed by Kristian Høgsberg
parent bae4351931
commit f5c7576581

View File

@ -30,6 +30,7 @@
#include "compositor.h"
#include "android-framebuffer.h"
#include "log.h"
struct android_compositor;