# HG changeset patch # User Bruno Haible # Date 1548630621 -3600 # Node ID 392b2a7ad30344e7601afcc52cfcdc95a49ef1f8 # Parent 71ec1d2c1db94d5fb3e52383d30b1735a490e265 tmpfile: Add support for Android, part 2. diff -r 71ec1d2c1db9 -r 392b2a7ad303 lib/tmpfile.c --- a/lib/tmpfile.c Sun Jan 27 23:57:16 2019 +0100 +++ b/lib/tmpfile.c Mon Jan 28 00:10:21 2019 +0100 @@ -21,12 +21,12 @@ /* Specification. */ #include +#include #include #if defined _WIN32 && ! defined __CYGWIN__ /* A native Windows platforms. */ -# include # include # include # include