Use stddef.h to pick up size_t def.
This commit is contained in:
parent
2766515fca
commit
9619b730b4
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
#ifdef __SUNPRO_C
|
||||
# include "../bn_asm.c" /* kind of dirty hack for Sun Studio */
|
||||
#else
|
||||
#include <sys/types.h>
|
||||
#include <stddef.h>
|
||||
/*
|
||||
* x86_64 BIGNUM accelerator version 0.1, December 2002.
|
||||
*
|
||||
|
|
Loading…
Reference in a new issue