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 <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
This commit is contained in:
Simon Wilkinson 2010-08-20 00:18:17 +01:00 committed by Derrick Brashear
parent 38cf31463e
commit deaed0ad36

View File

@ -23,6 +23,7 @@
*/
#include <afsconfig.h>
#include <afs/param.h>
#include <errno.h>
#include <stdio.h>