Heimdal compile fix
authorLuke Howard <lukeh@padl.com>
Mon, 3 Jan 2011 11:25:23 +0000 (22:25 +1100)
committerLuke Howard <lukeh@padl.com>
Mon, 3 Jan 2011 11:25:23 +0000 (22:25 +1100)
sample/server.c

index 0b5a274..15c87d1 100644 (file)
@@ -83,7 +83,9 @@
 
 #include <sasl.h>
 #include <gssapi/gssapi.h>
+#ifndef KRB5_HEIMDAL
 #include <gssapi/gssapi_ext.h>
+#endif
 
 #include "common.h"