Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/crypto/external/bsd/openssl/dist/crypto/rc4 make this compile.



details:   https://anonhg.NetBSD.org/src/rev/cec5c6481dfc
branches:  trunk
changeset: 780480:cec5c6481dfc
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jul 26 21:23:13 2012 +0000

description:
make this compile.

diffstat:

 crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r 5e46111afd92 -r cec5c6481dfc crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h
--- a/crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h Thu Jul 26 21:22:47 2012 +0000
+++ b/crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h Thu Jul 26 21:23:13 2012 +0000
@@ -65,6 +65,7 @@
 #endif
 
 #include <stddef.h>
+#include <sys/types.h>
 
 #ifdef  __cplusplus
 extern "C" {



Home | Main Index | Thread Index | Old Index