talons

Fork of Claws Mail https://www.claws-mail
Log | Files | Refs | README | LICENSE

commit ee945a68a8feca96d98608afc60d38272de8e385
parent f7b61e7f33aed0b07003d0e71a80023b1001c6fd
Author: Andrej Kacian <ticho@claws-mail.org>
Date:   Fri, 31 Aug 2018 13:43:59 +0200

md5.c doesn't need to include entire utils.h.

Diffstat:
Msrc/common/md5.c | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/src/common/md5.c b/src/common/md5.c @@ -37,9 +37,12 @@ #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> +#include <unistd.h> + +#include <glib.h> +#include <glib/gstdio.h> #include "md5.h" -#include "utils.h" /**************** * Rotate a 32 bit integer by n bytes