From 0af427b2da9984e3fdc4f9c06a9e100b893f117f Mon Sep 17 00:00:00 2001 From: Packit Service Date: Dec 12 2020 01:12:20 +0000 Subject: Apply patch nss-3.18.1-headers.patch patch_name: nss-3.18.1-headers.patch present_in_specfile: true --- diff --git a/nss/lib/dbm/src/mktemp.c b/nss/lib/dbm/src/mktemp.c index bbf05cd..6756da2 100644 --- a/nss/lib/dbm/src/mktemp.c +++ b/nss/lib/dbm/src/mktemp.c @@ -29,6 +29,11 @@ * SUCH DAMAGE. */ +#ifdef _WINDOWS +#include +#include "winfile.h" +#endif + #if defined(LIBC_SCCS) && !defined(lint) static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; #endif /* LIBC_SCCS and not lint */ @@ -49,11 +54,6 @@ static char sccsid[] = "@(#)mktemp.c 8.1 (Berkeley) 6/4/93"; #include #endif -#ifdef _WINDOWS -#include -#include "winfile.h" -#endif - static int _gettemp(char *path, register int *doopen, int extraFlags); int