Use stddef.h to pick up size_t def.
authorDr. Stephen Henson <steve@openssl.org>
Sun, 2 Nov 2008 16:56:13 +0000 (16:56 +0000)
committerDr. Stephen Henson <steve@openssl.org>
Sun, 2 Nov 2008 16:56:13 +0000 (16:56 +0000)
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.
  *