From 3c314b7f285baade2d7bc3520a3b71590b5ab7b0 Mon Sep 17 00:00:00 2001 From: Nathan Neulinger Date: Wed, 16 May 2001 00:16:58 +0000 Subject: [PATCH] sgi-fix-prototypes-20010515 use strings.h on irix to get needed prototypes --- src/des/read_pssword.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.39.5