CredentialsCache.h needs uint32_t and other definitions which aren't in Windows....
authorKevin Koch <kpkoch@mit.edu>
Mon, 29 Oct 2007 15:44:46 +0000 (15:44 +0000)
committerKevin Koch <kpkoch@mit.edu>
Mon, 29 Oct 2007 15:44:46 +0000 (15:44 +0000)
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

index 3ecc0c2eeb3ba5736fa2d44ac154579226087a54..4301576432b0e78fb70838e364faea6e5c9a1785 100644 (file)
@@ -33,6 +33,7 @@
 
 #if defined(_WIN32)
 #include <winsock.h>
+#include "win-mac.h"
 #else
 #include <stdint.h>
 #endif