From cd98f2bff6fdebd46f90c556502499341ae2888f Mon Sep 17 00:00:00 2001 From: Kevin Koch Date: Mon, 29 Oct 2007 15:44:46 +0000 Subject: [PATCH] CredentialsCache.h needs uint32_t and other definitions which aren't in Windows. Get the definitions from win-mac.h TargetVersion: 1.7 Component: krb5-libs Ticket: 5594 Subj: Work on compiling the CCAPI test suite on Windows. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20148 dc483132-0cff-0310-8789-dd5450dbe970 --- src/include/CredentialsCache.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/include/CredentialsCache.h b/src/include/CredentialsCache.h index 3ecc0c2ee..430157643 100644 --- a/src/include/CredentialsCache.h +++ b/src/include/CredentialsCache.h @@ -33,6 +33,7 @@ #if defined(_WIN32) #include +#include "win-mac.h" #else #include #endif -- 2.26.2