From 49f5f195b1615538180055f84f555b62b978fcdf Mon Sep 17 00:00:00 2001 From: Russ Allbery Date: Mon, 8 Mar 2010 10:44:07 -0800 Subject: Correctly include portable/krb5.h in wallet/krb5.c We got lucky since client/internal.h includes this anyway, but include the portability layer properly. --- client/krb5.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'client/krb5.c') diff --git a/client/krb5.c b/client/krb5.c index 38172ae..aad39f6 100644 --- a/client/krb5.c +++ b/client/krb5.c @@ -10,10 +10,9 @@ */ #include +#include #include -#include - #include #include #include -- cgit v1.2.3