diff -r ec1b9f3ace31 -r 6c588299d8c7 Modules/_decimal/_decimal.c --- a/Modules/_decimal/_decimal.c Thu Mar 19 14:18:34 2015 -0500 +++ b/Modules/_decimal/_decimal.c Thu Mar 19 14:41:17 2015 -0500 @@ -37,7 +37,7 @@ #include "docstrings.h" #include "memory.h" - +#include "androidfn.h" #if !defined(MPD_VERSION_HEX) || MPD_VERSION_HEX < 0x02040100 #error "libmpdec version >= 2.4.1 required" diff -r ec1b9f3ace31 -r 6c588299d8c7 Modules/getpath.c --- a/Modules/getpath.c Thu Mar 19 14:18:34 2015 -0500 +++ b/Modules/getpath.c Thu Mar 19 14:41:17 2015 -0500 @@ -2,6 +2,7 @@ #include "Python.h" #include "osdefs.h" +#include "androidfn.h" #include #include diff -r ec1b9f3ace31 -r 6c588299d8c7 Modules/main.c --- a/Modules/main.c Thu Mar 19 14:18:34 2015 -0500 +++ b/Modules/main.c Thu Mar 19 14:41:17 2015 -0500 @@ -22,6 +22,7 @@ #define PYTHONHOMEHELP "/pythonX.X" #endif +#include "androidfn.h" #include "pygetopt.h" #define COPYRIGHT \ diff -r ec1b9f3ace31 -r 6c588299d8c7 Modules/zlib/gzlib.c --- a/Modules/zlib/gzlib.c Thu Mar 19 14:18:34 2015 -0500 +++ b/Modules/zlib/gzlib.c Thu Mar 19 14:41:17 2015 -0500 @@ -4,6 +4,7 @@ */ #include "gzguts.h" +#include "androidfn.h" #if defined(_WIN32) && !defined(__BORLANDC__) # define LSEEK _lseeki64 diff -r ec1b9f3ace31 -r 6c588299d8c7 Modules/zlib/minigzip.c --- a/Modules/zlib/minigzip.c Thu Mar 19 14:18:34 2015 -0500 +++ b/Modules/zlib/minigzip.c Thu Mar 19 14:41:17 2015 -0500 @@ -16,6 +16,7 @@ /* @(#) $Id$ */ #include "zlib.h" +#include "androidfn.h" #include #ifdef STDC diff -r ec1b9f3ace31 -r 6c588299d8c7 Objects/unicodeobject.c --- a/Objects/unicodeobject.c Thu Mar 19 14:18:34 2015 -0500 +++ b/Objects/unicodeobject.c Thu Mar 19 14:41:17 2015 -0500 @@ -42,6 +42,7 @@ #include "Python.h" #include "ucnhash.h" #include "bytes_methods.h" +#include "androidfn.h" #ifdef MS_WINDOWS #include diff -r ec1b9f3ace31 -r 6c588299d8c7 Python/fileutils.c --- a/Python/fileutils.c Thu Mar 19 14:18:34 2015 -0500 +++ b/Python/fileutils.c Thu Mar 19 14:41:17 2015 -0500 @@ -1,5 +1,6 @@ #include "Python.h" #include "osdefs.h" +#include "androidfn.h" #include #ifdef MS_WINDOWS diff -r ec1b9f3ace31 -r 6c588299d8c7 Python/pythonrun.c --- a/Python/pythonrun.c Thu Mar 19 14:18:34 2015 -0500 +++ b/Python/pythonrun.c Thu Mar 19 14:41:17 2015 -0500 @@ -15,6 +15,7 @@ #include "ast.h" #include "marshal.h" #include "osdefs.h" +#include "androidfn.h" #include #ifdef HAVE_SIGNAL_H