]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
GSSAPI: stdlib.h wasn't included with all OSes, causing crash at startup with 64bit...
authorTimo Sirainen <tss@iki.fi>
Thu, 11 Sep 2008 15:47:19 +0000 (18:47 +0300)
committerTimo Sirainen <tss@iki.fi>
Thu, 11 Sep 2008 15:47:19 +0000 (18:47 +0300)
--HG--
branch : HEAD

src/auth/mech-gssapi.c

index d932e778d212f3833b382c412b95cee9daf25a32..fe1199e2bf5048b81cb6f9ae268521f6bbd7c3ff 100644 (file)
@@ -21,6 +21,8 @@
 #include "hex-binary.h"
 #include "safe-memset.h"
 
+#include <stdlib.h>
+
 #ifdef HAVE_GSSAPI
 
 #ifndef HAVE___GSS_USEROK