From 0e4ba7c00be737f8d6495f869548ecae04f2317d Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 20 Jan 2011 12:16:20 +0000 Subject: [PATCH] Adjusted path for krb5.h SVN revision: 2365 --- src/auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/auth.c b/src/auth.c index 073843e8..008f4cc7 100644 --- a/src/auth.c +++ b/src/auth.c @@ -15,7 +15,7 @@ #include "elogd.h" #ifdef HAVE_KRB5 -#include +#include #endif extern LOGBOOK *lb_list;