Commit 9619b730 authored by Dr. Stephen Henson's avatar Dr. Stephen Henson
Browse files

Use stddef.h to pick up size_t def.

parent 2766515f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#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.
 *