From: Dr. Stephen Henson Date: Sun, 2 Nov 2008 16:56:13 +0000 (+0000) Subject: Use stddef.h to pick up size_t def. X-Git-Tag: OpenSSL_0_9_8k^2~184 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9619b730b47c5f8c62995747c93f3be77efa22e9;p=oweals%2Fopenssl.git Use stddef.h to pick up size_t def. --- diff --git a/crypto/bn/asm/x86_64-gcc.c b/crypto/bn/asm/x86_64-gcc.c index 85191ecb08..9381ccf42a 100644 --- a/crypto/bn/asm/x86_64-gcc.c +++ b/crypto/bn/asm/x86_64-gcc.c @@ -1,7 +1,7 @@ #ifdef __SUNPRO_C # include "../bn_asm.c" /* kind of dirty hack for Sun Studio */ #else -#include +#include /* * x86_64 BIGNUM accelerator version 0.1, December 2002. *