From: Kevin Koch Date: Mon, 29 Oct 2007 15:44:46 +0000 (+0000) Subject: CredentialsCache.h needs uint32_t and other definitions which aren't in Windows.... X-Git-Tag: krb5-1.7-alpha1~793 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=cd98f2bff6fdebd46f90c556502499341ae2888f;p=krb5.git 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 --- 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