From deaed0ad3613c04434594873e014f8fe65b9f06a Mon Sep 17 00:00:00 2001 From: Simon Wilkinson Date: Fri, 20 Aug 2010 00:18:17 +0100 Subject: [PATCH] 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 --- src/crypto/hcrypto/config.h | 1 + 1 file changed, 1 insertion(+) 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 -- 1.9.4