From 71d9113f9b0dd357236dcaadda0ddd9faf1607be Mon Sep 17 00:00:00 2001 From: Francois-Xavier Coudert Date: Wed, 21 Dec 2016 09:49:40 +0000 Subject: re PR libfortran/70311 (libgfortran build dies on "implicit declaration of function strncasecmp") PR libfortran/70311 * intrinsics/selected_char_kind.c: Include header. * runtime/environ.c: Include header. * runtime/string.c: Include header. From-SVN: r243843 --- libgfortran/intrinsics/selected_char_kind.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libgfortran/intrinsics') diff --git a/libgfortran/intrinsics/selected_char_kind.c b/libgfortran/intrinsics/selected_char_kind.c index bbb95a9..8e400a4 100644 --- a/libgfortran/intrinsics/selected_char_kind.c +++ b/libgfortran/intrinsics/selected_char_kind.c @@ -25,7 +25,7 @@ see the files COPYING3 and COPYING.RUNTIME respectively. If not, see #include "libgfortran.h" -#include +#include extern GFC_INTEGER_4 selected_char_kind (gfc_charlen_type, char *); -- cgit v1.1