Module Name: src
Committed By: christos
Date: Thu Jul 26 21:23:13 UTC 2012
Modified Files:
src/crypto/external/bsd/openssl/dist/crypto/rc4: rc4.h
Log Message:
make this compile.
To generate a diff of this commit:
cvs rdiff -u -r1.1.1.2 -r1.2 \
src/crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h
diff -u src/crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h:1.1.1.2 src/crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h:1.2
--- src/crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h:1.1.1.2 Thu Jul 26 11:02:45 2012
+++ src/crypto/external/bsd/openssl/dist/crypto/rc4/rc4.h Thu Jul 26 17:23:13 2012
@@ -65,6 +65,7 @@
#endif
#include <stddef.h>
+#include <sys/types.h>
#ifdef __cplusplus
extern "C" {