From: Simon Wilkinson Date: Thu, 19 Aug 2010 23:18:17 +0000 (+0100) Subject: hcrypto: Fix for IRIX X-Git-Tag: upstream/1.8.0_pre1^2~4915 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=deaed0ad3613c04434594873e014f8fe65b9f06a;p=packages%2Fo%2Fopenafs.git hcrypto: Fix for IRIX Fix the hcrypto build for IRIX, by including param.h in the configuration header so that the platform specific redefinitions of "inline" work correctly. Change-Id: Ib301fae008b596f9112eefe21eaccad0dfd74190 Reviewed-on: http://gerrit.openafs.org/2596 Reviewed-by: Derrick Brashear Tested-by: Derrick Brashear --- diff --git a/src/crypto/hcrypto/config.h b/src/crypto/hcrypto/config.h index 8e06e488b..0f4498ec4 100644 --- a/src/crypto/hcrypto/config.h +++ b/src/crypto/hcrypto/config.h @@ -23,6 +23,7 @@ */ #include +#include #include #include