Include crypto.h in ppccap.c

This commit is contained in:
Dr. Stephen Henson 2011-05-01 16:54:24 +00:00
parent 1c6807c9d6
commit 9f7b2c76b1

View File

@ -3,6 +3,7 @@
#include <string.h>
#include <setjmp.h>
#include <signal.h>
#include <crypto.h>
#include <openssl/bn.h>
#define PPC_FPU64 (1<<0)