summaryrefslogtreecommitdiff
path: root/packages/gcc/7.2.0/900-libgfortran-missing-include.patch
diff options
context:
space:
mode:
authorAlexey Neyman <stilor@att.net>2017-08-17 20:17:50 (GMT)
committerAlexey Neyman <stilor@att.net>2017-08-18 02:03:19 (GMT)
commit08454a985f92e254eed7130be12d3d9e6673c64a (patch)
treeb2dd3d4f9aa42a3d5a96fcfa059acc2f5fb9d308 /packages/gcc/7.2.0/900-libgfortran-missing-include.patch
parent223a1a47ab855f34401ef68f1c6fa81e2ef74ae8 (diff)
GCC: 7.1 -> 7.2
Signed-off-by: Alexey Neyman <stilor@att.net>
Diffstat (limited to 'packages/gcc/7.2.0/900-libgfortran-missing-include.patch')
-rw-r--r--packages/gcc/7.2.0/900-libgfortran-missing-include.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/gcc/7.2.0/900-libgfortran-missing-include.patch b/packages/gcc/7.2.0/900-libgfortran-missing-include.patch
new file mode 100644
index 0000000..1f47469
--- /dev/null
+++ b/packages/gcc/7.2.0/900-libgfortran-missing-include.patch
@@ -0,0 +1,10 @@
+--- gcc-6.3.0/libgfortran/io/close.c.org 2017-01-17 09:43:48.395850000 +0100
++++ gcc-6.3.0/libgfortran/io/close.c 2017-01-17 09:21:05.000000000 +0100
+@@ -25,6 +25,7 @@
+ #include "io.h"
+ #include "unix.h"
+ #include <limits.h>
++#include <stdlib.h>
+
+ typedef enum
+ { CLOSE_DELETE, CLOSE_KEEP, CLOSE_UNSPECIFIED }