aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/m4/patches/mkstemp-windows.patch
blob: 573676c1843e7ccaebe9b11a832e5d0d1c7d86a6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
--- contrib/tools/m4/lib/mkstemp-safer.c	(73a968936fc7a168adec50944afcde54a6274f7b)
+++ contrib/tools/m4/lib/mkstemp-safer.c	(index)
@@ -21,9 +21,10 @@
 
 #include "stdlib-safer.h"
 
-#include <stdlib.h>
+#include "stdlib--.h"
 #include "unistd-safer.h"
 
+
 /* Like mkstemp, but do not return STDIN_FILENO, STDOUT_FILENO, or
    STDERR_FILENO.  */