Use stddef.h to pick up size_t def.
This commit is contained in:
parent
2766515fca
commit
9619b730b4
@ -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.
|
||||||
*
|
*
|
||||||
|
Loading…
x
Reference in New Issue
Block a user