mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-21 21:57:48 +00:00
1768ae413f
bison, elf2flt, gcc, isl, linux, mingw-w64, strace. Adjust checksum ordering in uclibc-ng so that it matches what the script generates. Signed-off-by: Alexey Neyman <stilor@att.net>
15 lines
281 B
Diff
15 lines
281 B
Diff
---
|
|
libgfortran/io/close.c | 1 +
|
|
1 file changed, 1 insertion(+)
|
|
|
|
--- a/libgfortran/io/close.c
|
|
+++ b/libgfortran/io/close.c
|
|
@@ -25,6 +25,7 @@
|
|
#include "io.h"
|
|
#include "unix.h"
|
|
#include <limits.h>
|
|
+#include <stdlib.h>
|
|
#if !HAVE_UNLINK_OPEN_FILE
|
|
#include <string.h>
|
|
#endif
|