Include e_os.h to get a proper definition for memmove() for the

platforms that don't have it.
This commit is contained in:
Richard Levitte 2003-10-01 20:41:49 +00:00
parent a510e9e4fc
commit d680c13060

View File

@ -56,6 +56,7 @@
* [including the GNU Public Licence.]
*/
#include "e_os.h"
#include "des_locl.h"
/* The input and output are loaded in multiples of 8 bits.