From 3429dd5914fd4415128fc27967f66f2b65f11e30 Mon Sep 17 00:00:00 2001 From: Ezra Peisach Date: Wed, 7 Feb 1996 20:33:12 +0000 Subject: * configure.in: Check for stdlib.h * secure.c, pclose.c, ruserpass.c, ftp.c: Include stdlib.h if present for malloc declarations. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@7453 dc483132-0cff-0310-8789-dd5450dbe970 --- src/appl/gssftp/ftp/ruserpass.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/appl/gssftp/ftp/ruserpass.c') diff --git a/src/appl/gssftp/ftp/ruserpass.c b/src/appl/gssftp/ftp/ruserpass.c index 5587c6c19..a3e676059 100644 --- a/src/appl/gssftp/ftp/ruserpass.c +++ b/src/appl/gssftp/ftp/ruserpass.c @@ -38,7 +38,7 @@ static char sccsid[] = "@(#)ruserpass.c 5.3 (Berkeley) 3/1/91"; #include #include #include -#ifdef POSIX +#ifdef HAVE_STDLIB_H #include #endif #include -- cgit