This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU Mailutils".
http://git.savannah.gnu.org/cgit/mailutils.git/commit/?id=068c059972fbc53d734ab816d7583ec2fb918b12 The branch, master has been updated via 068c059972fbc53d734ab816d7583ec2fb918b12 (commit) from aa643a6cfca9736fc366237d30e264c180ed733b (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 068c059972fbc53d734ab816d7583ec2fb918b12 Author: Sergey Poznyakoff <g...@gnu.org> Date: Mon Jan 2 10:57:14 2017 +0200 Tiny fix * libmailutils/sockaddr/str.c: Add missing include. Reported by Felix Janda ----------------------------------------------------------------------- Summary of changes: libmailutils/sockaddr/str.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libmailutils/sockaddr/str.c b/libmailutils/sockaddr/str.c index ec3330e..dd6e865 100644 --- a/libmailutils/sockaddr/str.c +++ b/libmailutils/sockaddr/str.c @@ -25,6 +25,7 @@ #include <netinet/in.h> #include <arpa/inet.h> #include <netdb.h> +#include <stdlib.h> #include <mailutils/sockaddr.h> #include <mailutils/errno.h> hooks/post-receive -- GNU Mailutils _______________________________________________ Commit-mailutils mailing list Commit-mailutils@gnu.org https://lists.gnu.org/mailman/listinfo/commit-mailutils