crosstool-ng/packages/gcc/6.5.0/0015-libgfortran-missing-include.patch
Alexey Neyman 48fa32776e Import gcc 6.5.0
Signed-off-by: Alexey Neyman <stilor@att.net>
2018-11-07 23:46:35 -08:00

15 lines
281 B
Diff

---
libgfortran/io/close.c | 1 +
1 file changed, 1 insertion(+)
--- a/libgfortran/io/close.c
+++ b/libgfortran/io/close.c
@@ -25,6 +25,7 @@
#include "io.h"
#include "unix.h"
#include <limits.h>
+#include <stdlib.h>
#if !HAVE_UNLINK_OPEN_FILE
#include <string.h>
#endif