commit-mailutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] GNU Mailutils branch, master, updated. release-3.1.1-23-g068c059


From: Sergey Poznyakoff
Subject: [SCM] GNU Mailutils branch, master, updated. release-3.1.1-23-g068c059
Date: Mon, 2 Jan 2017 09:00:07 +0000 (UTC)

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]