Use stddef.h to pick up size_t def.
[openssl.git] / crypto / bn / asm / x86_64-gcc.c
index 85191ecb0847b85ab00fbd210b9eb7deb5ba665f..9381ccf42a35ac5a5689790940de7833c2f2a8ce 100644 (file)
@@ -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.
  *