changeset 40162:392b2a7ad303

tmpfile: Add support for Android, part 2.
author Bruno Haible <bruno@clisp.org>
date Mon, 28 Jan 2019 00:10:21 +0100
parents 71ec1d2c1db9
children b89f4c441767
files lib/tmpfile.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdio.h>
 
+#include <errno.h>
 #include <stdbool.h>
 
 #if defined _WIN32 && ! defined __CYGWIN__
 /* A native Windows platforms.  */
 
-# include <errno.h>
 # include <fcntl.h>
 # include <string.h>
 # include <sys/stat.h>