From: Simon Wilkinson Date: Thu, 19 Aug 2010 23:18:17 +0000 (+0100) Subject: hcrypto: Fix for IRIX X-Git-Tag: openafs-devel-1_7_1~1663 X-Git-Url: https://git.openafs.org/?p=openafs.git;a=commitdiff_plain;h=deaed0ad3613c04434594873e014f8fe65b9f06a 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 8e06e48..0f4498e 100644 --- a/src/crypto/hcrypto/config.h +++ b/src/crypto/hcrypto/config.h @@ -23,6 +23,7 @@ */ #include +#include #include #include