talons

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

commit 9b08d34901af73d99ff3f792df7e598465050710
parent 67bf3b862690c0ee9184e86a478bb1604228860b
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