Commit d680c130 authored by Richard Levitte's avatar Richard Levitte
Browse files

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

platforms that don't have it.
parent a510e9e4
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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.