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:
parent
5f3d6f70f6
commit
c4c2c61e8c
1 changed files with 0 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue