From 45e296a3828e8c912d496030c251092c700bbbcb Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Dec 2000 09:15:49 +0000 Subject: [PATCH] [!HAVE_DECL_MALLOC]: Declare malloc. --- lib/path-concat.c | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lib/path-concat.c b/lib/path-concat.c index d6dafc9398..dfc5402381 100644 --- a/lib/path-concat.c +++ b/lib/path-concat.c @@ -31,7 +31,13 @@ #endif #include +#ifndef HAVE_DECL_MALLOC +"this configure-time declaration test was not run" +#endif +#if !HAVE_DECL_MALLOC char *malloc (); +#endif + #ifndef strdup char *strdup (); #endif -- 2.30.2