From 66109d771dbca77840716c594e9e1f99d6ab76f5 Mon Sep 17 00:00:00 2001 From: kalibera Date: Fri, 1 Nov 2024 08:16:51 +0000 Subject: [PATCH] Comment. git-svn-id: https://svn.r-project.org/R/trunk@87285 00db46b3-68df-0310-9c12-caf00c1e9a41 --- src/modules/lapack/Lapack.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/lapack/Lapack.c b/src/modules/lapack/Lapack.c index 54169b798d..867942c201 100644 --- a/src/modules/lapack/Lapack.c +++ b/src/modules/lapack/Lapack.c @@ -28,7 +28,7 @@ #include /* for toupper */ #include /* for PATH_MAX */ #include /* for realpath */ -#include /* for strcpy */ +#include /* for strstr, strlen */ #ifdef HAVE_UNISTD_H # include /* for realpath on some systems */