dovecot-2.2: master: stdlib.h wasn't supposed to be removed from...

dovecot at dovecot.org dovecot at dovecot.org
Wed Sep 23 22:22:24 UTC 2015


details:   http://hg.dovecot.org/dovecot-2.2/rev/c4b9e6606cbf
changeset: 19205:c4b9e6606cbf
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 24 01:13:36 2015 +0300
description:
master: stdlib.h wasn't supposed to be removed from systemd's sd-daemon.c
It's not using our lib.h

diffstat:

 src/master/sd-daemon.c |  1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diffs (11 lines):

diff -r beb3b8496b7d -r c4b9e6606cbf src/master/sd-daemon.c
--- a/src/master/sd-daemon.c	Thu Sep 24 01:04:00 2015 +0300
+++ b/src/master/sd-daemon.c	Thu Sep 24 01:13:36 2015 +0300
@@ -34,6 +34,7 @@
 #include <sys/un.h>
 #include <sys/fcntl.h>
 #include <netinet/in.h>
+#include <stdlib.h>
 #include <errno.h>
 #include <unistd.h>
 #include <string.h>


More information about the dovecot-cvs mailing list