Android also needs <ctype.h> for isspace() to be found.
authorSamuel Rødal <samuel.rodal@digia.com>
Sun, 23 Sep 2012 21:22:05 +0000 (23:22 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Tue, 25 Sep 2012 15:22:33 +0000 (17:22 +0200)
Change-Id: Ic1299cd8949c37c6909b8d2ab36e930097335a4d
Reviewed-by: Lars Knoll <lars.knoll@digia.com>
src/quick/items/context2d/qquickcontext2d.cpp

index c7e1790..47e3c9e 100644 (file)
@@ -64,7 +64,7 @@
 #include <private/qquickwindow_p.h>
 #include <private/qquickwindowmanager_p.h>
 
-#ifdef Q_OS_QNX
+#if defined(Q_OS_QNX) || defined(Q_OS_LINUX_ANDROID)
 #include <ctype.h>
 #endif