From f538522a3b5e9a60ee7371485ca9446cd213a586 Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Thu, 20 Feb 2014 21:58:10 +0100 Subject: vcl: try to make android tinderbox happy too Change-Id: If83b12578ce1e5dcae688589e92a54b96040abdd --- vcl/android/androidinst.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'vcl/android') diff --git a/vcl/android/androidinst.cxx b/vcl/android/androidinst.cxx index a0613650775b..25f885377ba5 100644 --- a/vcl/android/androidinst.cxx +++ b/vcl/android/androidinst.cxx @@ -20,6 +20,7 @@ #include #include #include +#include #define LOGTAG "LibreOffice/androidinst" #define LOGI(...) ((void)__android_log_print(ANDROID_LOG_INFO, LOGTAG, __VA_ARGS__)) -- cgit