[Libreoffice-commits] .: vcl/inc

Tor Lillqvist tml at kemper.freedesktop.org
Sat Jun 25 15:03:07 PDT 2011


 vcl/inc/unx/saldata.hxx |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

New commits:
commit 08b1e6f87d9c73939e87a9fae1e5b64684b802dc
Author: Tor Lillqvist <tml at iki.fi>
Date:   Sun Jun 26 00:54:31 2011 +0300

    Include <pthread.h> also for Android

diff --git a/vcl/inc/unx/saldata.hxx b/vcl/inc/unx/saldata.hxx
index 98e0d30..9288eee 100644
--- a/vcl/inc/unx/saldata.hxx
+++ b/vcl/inc/unx/saldata.hxx
@@ -46,7 +46,8 @@ class SalPrinter;
 // -=-= typedefs -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
 
 #if defined LINUX || defined NETBSD || defined AIX || \
-    defined FREEBSD || defined OPENBSD || defined DRAGONFLY
+    defined FREEBSD || defined OPENBSD || defined DRAGONFLY || \
+    defined ANDROID
 #include <pthread.h>
 #else
 typedef	unsigned int pthread_t;


More information about the Libreoffice-commits mailing list