From 65a77b558513ab54018b237f6570d27d12b6ee97 Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Tue, 22 Nov 2016 11:56:08 +0100 Subject: Fix multiple definitions of mk[o]stemp[s]64 --- misc/mkostemp.c | 1 + misc/mkostemps.c | 1 + misc/mkstemp.c | 1 + misc/mkstemps.c | 1 + 4 files changed, 4 insertions(+) (limited to 'misc') diff --git a/misc/mkostemp.c b/misc/mkostemp.c index c990bbd..fee2b66 100644 --- a/misc/mkostemp.c +++ b/misc/mkostemp.c @@ -15,6 +15,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include diff --git a/misc/mkostemps.c b/misc/mkostemps.c index fcc6053..a7a87bf 100644 --- a/misc/mkostemps.c +++ b/misc/mkostemps.c @@ -16,6 +16,7 @@ . */ #include +#include #include #include diff --git a/misc/mkstemp.c b/misc/mkstemp.c index 69c6c00..e125803 100644 --- a/misc/mkstemp.c +++ b/misc/mkstemp.c @@ -15,6 +15,7 @@ License along with the GNU C Library; if not, see . */ +#include #include #include diff --git a/misc/mkstemps.c b/misc/mkstemps.c index 1f46ef5..217606d 100644 --- a/misc/mkstemps.c +++ b/misc/mkstemps.c @@ -16,6 +16,7 @@ . */ #include +#include #include #include -- cgit v1.1