# HG changeset patch # User Timo Sirainen # Date 1221148039 -10800 # Node ID f14e68845b6b955944954b4025217b870ce4f562 # Parent 9902de77194ee6e322ad707a829564bb27b2a431 GSSAPI: stdlib.h wasn't included with all OSes, causing crash at startup with 64bit systems. diff -r 9902de77194e -r f14e68845b6b src/auth/mech-gssapi.c --- a/src/auth/mech-gssapi.c Thu Sep 11 17:10:46 2008 +0300 +++ b/src/auth/mech-gssapi.c Thu Sep 11 18:47:19 2008 +0300 @@ -21,6 +21,8 @@ #include "hex-binary.h" #include "safe-memset.h" +#include + #ifdef HAVE_GSSAPI #ifndef HAVE___GSS_USEROK