From: Nathan Neulinger Date: Wed, 16 May 2001 00:16:58 +0000 (+0000) Subject: sgi-fix-prototypes-20010515 X-Git-Tag: openafs-stable-1_1_0~162 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=3c314b7f285baade2d7bc3520a3b71590b5ab7b0;p=packages%2Fo%2Fopenafs.git sgi-fix-prototypes-20010515 use strings.h on irix to get needed prototypes --- diff --git a/src/des/read_pssword.c b/src/des/read_pssword.c index 4bd747ae3..9871c2701 100644 --- a/src/des/read_pssword.c +++ b/src/des/read_pssword.c @@ -17,7 +17,7 @@ #include "conf.h" #include -#if defined(AFS_SUN5_ENV) +#if defined(AFS_SUN5_ENV) || defined(AFS_SGI_ENV) #include #endif #include