From 9619b730b47c5f8c62995747c93f3be77efa22e9 Mon Sep 17 00:00:00 2001 From: "Dr. Stephen Henson" Date: Sun, 2 Nov 2008 16:56:13 +0000 Subject: [PATCH] Use stddef.h to pick up size_t def. --- crypto/bn/asm/x86_64-gcc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.25.1