From: Timo Sirainen Date: Thu, 11 Sep 2008 15:47:19 +0000 (+0300) Subject: GSSAPI: stdlib.h wasn't included with all OSes, causing crash at startup with 64bit... X-Git-Tag: 1.2.alpha2~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=24c4835905c0a7ba5a7caa1666af5daef6233303;p=thirdparty%2Fdovecot%2Fcore.git GSSAPI: stdlib.h wasn't included with all OSes, causing crash at startup with 64bit systems. --HG-- branch : HEAD --- diff --git a/src/auth/mech-gssapi.c b/src/auth/mech-gssapi.c index d932e778d2..fe1199e2bf 100644 --- a/src/auth/mech-gssapi.c +++ b/src/auth/mech-gssapi.c @@ -21,6 +21,8 @@ #include "hex-binary.h" #include "safe-memset.h" +#include + #ifdef HAVE_GSSAPI #ifndef HAVE___GSS_USEROK