From aab4e5a9caeea562150cae166dbd2b1fde517d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Sun, 25 Jan 2009 00:37:20 +0000 Subject: [PATCH] use gssapi/*.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@24396 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/test/gss_common.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/appl/test/gss_common.c b/appl/test/gss_common.c index 47ebc04f8..6a0eb77a7 100644 --- a/appl/test/gss_common.c +++ b/appl/test/gss_common.c @@ -32,7 +32,9 @@ */ #include "test_locl.h" -#include +#include +#include +#include #include "gss_common.h" RCSID("$Id$");