|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r81490 - trunk/boost/thread/pthread
From: vicente.botet_at_[hidden]
Date: 2012-11-23 01:29:31
Author: viboes
Date: 2012-11-23 01:29:30 EST (Fri, 23 Nov 2012)
New Revision: 81490
URL: http://svn.boost.org/trac/boost/changeset/81490
Log:
Thread: patch #7716
Text files modified:
trunk/boost/thread/pthread/thread_data.hpp | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
Modified: trunk/boost/thread/pthread/thread_data.hpp
==============================================================================
--- trunk/boost/thread/pthread/thread_data.hpp (original)
+++ trunk/boost/thread/pthread/thread_data.hpp 2012-11-23 01:29:30 EST (Fri, 23 Nov 2012)
@@ -25,6 +25,10 @@
#include <vector>
#include <utility>
+#if defined(__ANDROID__)
+#include <asm/page.h> // http://code.google.com/p/android/issues/detail?id=39983
+#endif
+
#include <pthread.h>
#include <unistd.h>
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk