dovecot-1.1: GSSAPI: stdlib.h wasn't included with all OSes, cau...

dovecot at dovecot.org dovecot at dovecot.org
Thu Sep 11 18:47:05 EEST 2008


details:   http://hg.dovecot.org/dovecot-1.1/rev/be214ae9a800
changeset: 7878:be214ae9a800
user:      Timo Sirainen <tss at iki.fi>
date:      Thu Sep 11 18:47:01 2008 +0300
description:
GSSAPI: stdlib.h wasn't included with all OSes, causing crash at startup with 64bit systems.

diffstat:

1 file changed, 2 insertions(+)
src/auth/mech-gssapi.c |    2 ++

diffs (12 lines):

diff -r 0fde19bfeaa6 -r be214ae9a800 src/auth/mech-gssapi.c
--- a/src/auth/mech-gssapi.c	Thu Sep 11 17:10:31 2008 +0300
+++ b/src/auth/mech-gssapi.c	Thu Sep 11 18:47:01 2008 +0300
@@ -20,6 +20,8 @@
 #include "buffer.h"
 #include "hex-binary.h"
 #include "safe-memset.h"
+
+#include <stdlib.h>
 
 #ifdef HAVE_GSSAPI
 


More information about the dovecot-cvs mailing list