From: Luke Howard Date: Mon, 3 Jan 2011 11:25:23 +0000 (+1100) Subject: Heimdal compile fix X-Git-Url: http://www.project-moonshot.org/gitweb/?p=cyrus-sasl.git;a=commitdiff_plain;h=0a0878a7050ca9fbcea4a17abfa7f2803838d80f Heimdal compile fix --- diff --git a/sample/server.c b/sample/server.c index 0b5a274..15c87d1 100644 --- a/sample/server.c +++ b/sample/server.c @@ -83,7 +83,9 @@ #include #include +#ifndef KRB5_HEIMDAL #include +#endif #include "common.h"