From: Dr. Stephen Henson Date: Sun, 1 May 2011 16:54:24 +0000 (+0000) Subject: Include crypto.h in ppccap.c X-Git-Tag: OpenSSL-fips-2_0-rc1~488 X-Git-Url: https://git.openssl.org/gitweb/?p=openssl.git;a=commitdiff_plain;h=9f7b2c76b185a97f5786680692fa973b18a3fbb7;ds=sidebyside Include crypto.h in ppccap.c --- diff --git a/crypto/ppccap.c b/crypto/ppccap.c index 4da696be4d..6ccd99185d 100644 --- a/crypto/ppccap.c +++ b/crypto/ppccap.c @@ -3,6 +3,7 @@ #include #include #include +#include #include #define PPC_FPU64 (1<<0)