aboutsummaryrefslogtreecommitdiff
path: root/crypto/bn/asm/x86_64-gcc.c
diff options
context:
space:
mode:
authorDr. Stephen Henson <steve@openssl.org>2008-11-02 16:56:13 +0000
committerDr. Stephen Henson <steve@openssl.org>2008-11-02 16:56:13 +0000
commit9619b730b47c5f8c62995747c93f3be77efa22e9 (patch)
tree8586ae74d57f4bb73920ff9ad619f166db9b4ba0 /crypto/bn/asm/x86_64-gcc.c
parent2766515fcad8dfe9223a041b7ca42f00c7c55156 (diff)
downloadopenssl-9619b730b47c5f8c62995747c93f3be77efa22e9.zip
openssl-9619b730b47c5f8c62995747c93f3be77efa22e9.tar.gz
openssl-9619b730b47c5f8c62995747c93f3be77efa22e9.tar.bz2
Use stddef.h to pick up size_t def.
Diffstat (limited to 'crypto/bn/asm/x86_64-gcc.c')
-rw-r--r--crypto/bn/asm/x86_64-gcc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/bn/asm/x86_64-gcc.c b/crypto/bn/asm/x86_64-gcc.c
index 85191ec..9381ccf 100644
--- a/crypto/bn/asm/x86_64-gcc.c
+++ b/crypto/bn/asm/x86_64-gcc.c
@@ -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.
*