mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-21 09:21:52 +00:00
Merge pull request #545 from dirkvdb/master
Gcc compilation fix when fortran is enabled
This commit is contained in:
commit
dc3f68c8a5
10
patches/gcc/6.3.0/900-libgfortran-missing-include.patch
Normal file
10
patches/gcc/6.3.0/900-libgfortran-missing-include.patch
Normal file
@ -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 }
|
Loading…
x
Reference in New Issue
Block a user