From: Derrick Brashear Date: Wed, 29 Aug 2001 04:59:38 +0000 (+0000) Subject: mpp-needs-unistd-for-protos-on-irix-20010828 X-Git-Tag: BP-openafs-stable-1_2_x~44 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3a6527e02681ff6f8792dd44b0ddf197a0e2c078;p=packages%2Fo%2Fopenafs.git mpp-needs-unistd-for-protos-on-irix-20010828 so we don't get the implicit int return type and upset the irix compiler --- diff --git a/src/mpp/mpp.c b/src/mpp/mpp.c index b2bdc3f6d..3aae6b125 100644 --- a/src/mpp/mpp.c +++ b/src/mpp/mpp.c @@ -2,6 +2,7 @@ * (C) Copyright 10/17/86 by Carnegie Mellon University */ #include +#include extern char *malloc();