1 2 3 4 5 6 7 8 9 10 11
--- shared/common/src/02_clib/md5.c.orig 2017-02-28 12:02:53 UTC +++ shared/common/src/02_clib/md5.c @@ -47,7 +47,7 @@ #ifdef HAVE_MALLOC_MALLOC_H # include <malloc/malloc.h> #else -# include <malloc.h> +# include <stdlib.h> #endif #include "md5.h"