]> Savannah Git Hosting - gnulib.git/commitdiff
tmpfile: Add support for Android, part 2.
authorBruno Haible <bruno@clisp.org>
Sun, 27 Jan 2019 23:10:21 +0000 (00:10 +0100)
committerBruno Haible <bruno@clisp.org>
Sun, 27 Jan 2019 23:10:21 +0000 (00:10 +0100)
lib/tmpfile.c

index 45d652d725d3909c6630a0c0ca0bff5c13b21367..60ea8d6a7f387965e962bd44db1fda18c328d159 100644 (file)
 /* 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>