Include e_os.h to get a proper definition of memmove on the platforms

that do not have it.
This commit is contained in:
Richard Levitte 2003-10-01 20:43:03 +00:00
parent c076599c18
commit cf89b40584

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.