aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-10-29 15:44:46 +0000
committerKevin Koch <kpkoch@mit.edu>2007-10-29 15:44:46 +0000
commitcd98f2bff6fdebd46f90c556502499341ae2888f (patch)
treee213df19b1f43b503820a14b00f81c79c9fec094
parent51c30172ab9236b1133551011b327b8df122d094 (diff)
downloadkrb5-cd98f2bff6fdebd46f90c556502499341ae2888f.zip
krb5-cd98f2bff6fdebd46f90c556502499341ae2888f.tar.gz
krb5-cd98f2bff6fdebd46f90c556502499341ae2888f.tar.bz2
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
-rw-r--r--src/include/CredentialsCache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/CredentialsCache.h b/src/include/CredentialsCache.h
index 3ecc0c2..4301576 100644
--- a/src/include/CredentialsCache.h
+++ b/src/include/CredentialsCache.h
@@ -33,6 +33,7 @@
#if defined(_WIN32)
#include <winsock.h>
+#include "win-mac.h"
#else
#include <stdint.h>
#endif