Use stddef.h to pick up size_t def.

This commit is contained in:
Dr. Stephen Henson 2008-11-02 16:56:13 +00:00
parent 2766515fca
commit 9619b730b4

View File

@ -1,7 +1,7 @@
#ifdef __SUNPRO_C #ifdef __SUNPRO_C
# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */ # include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
#else #else
#include <sys/types.h> #include <stddef.h>
/* /*
* x86_64 BIGNUM accelerator version 0.1, December 2002. * x86_64 BIGNUM accelerator version 0.1, December 2002.
* *