summaryrefslogtreecommitdiff
path: root/packages/gcc/10.3.0/0006-libgfortran-missing-include.patch
blob: 866d2cc496b4a1e31c87b7f11e6831e22a2ca203 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
---
 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 }