always include <string.h> (we do this in various other header files,

so it can't be bad)

PR: 102
This commit is contained in:
Bodo Möller 2002-06-18 09:35:43 +00:00
parent 5f3d6f70f6
commit c4c2c61e8c

View file

@ -60,10 +60,7 @@
#include <stdio.h>
#include <stdlib.h>
#if defined(__STDC__) || defined(OPENSSL_SYS_VMS) || defined(M_XENIX) || defined(OPENSSL_SYS_MSDOS)
#include <string.h>
#endif
#ifdef _MSC_VER
# define SWAP(x) (_lrotl(x, 8) & 0x00ff00ff | _lrotr(x, 8) & 0xff00ff00)