changeset 8191:f14e68845b6b HEAD

GSSAPI: stdlib.h wasn't included with all OSes, causing crash at startup with 64bit systems.
author Timo Sirainen <tss@iki.fi>
date Thu, 11 Sep 2008 18:47:19 +0300
parents 9902de77194e
children 32aa972895cc
files src/auth/mech-gssapi.c
diffstat 1 files changed, 2 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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 <stdlib.h>
+
 #ifdef HAVE_GSSAPI
 
 #ifndef HAVE___GSS_USEROK