mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-03-10 22:43:56 +00:00
12 lines
351 B
Diff
12 lines
351 B
Diff
|
diff -Nur a/libgfortran/io/close.c b/libgfortran/io/close.c
|
||
|
--- a/libgfortran/io/close.c 2018-10-05 15:16:21.000000000 -0500
|
||
|
+++ b/libgfortran/io/close.c 2019-02-22 11:21:54.547170028 -0600
|
||
|
@@ -28,6 +28,7 @@
|
||
|
#if !HAVE_UNLINK_OPEN_FILE
|
||
|
#include <string.h>
|
||
|
#endif
|
||
|
+#include <stdlib.h>
|
||
|
|
||
|
typedef enum
|
||
|
{ CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED }
|