From a7102e85bc49329bdac79ee99dc6bc73ce900ba4 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 26 Sep 1999 15:50:21 +0000 Subject: [PATCH] use the correct header file git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@7029 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/test/nt_gss_common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appl/test/nt_gss_common.c b/appl/test/nt_gss_common.c index ef8b95f6a..b89b2c385 100644 --- a/appl/test/nt_gss_common.c +++ b/appl/test/nt_gss_common.c @@ -38,7 +38,7 @@ #include "test_locl.h" #include -#include "gss_common.h" +#include "nt_gss_common.h" RCSID("$Id$");