mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2024-12-20 05:17:54 +00:00
15 lines
351 B
Diff
15 lines
351 B
Diff
|
---
|
||
|
libgfortran/io/close.c | 1 +
|
||
|
1 file changed, 1 insertion(+)
|
||
|
|
||
|
--- a/libgfortran/io/close.c
|
||
|
+++ b/libgfortran/io/close.c
|
||
|
@@ -29,6 +29,7 @@ see the files COPYING3 and COPYING.RUNTI
|
||
|
#if !HAVE_UNLINK_OPEN_FILE
|
||
|
#include <string.h>
|
||
|
#endif
|
||
|
+#include <stdlib.h>
|
||
|
|
||
|
typedef enum
|
||
|
{ CLOSE_INVALID = - 1, CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED }
|