projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51c3017
)
CredentialsCache.h needs uint32_t and other definitions which aren't in Windows....
author
Kevin Koch
<kpkoch@mit.edu>
Mon, 29 Oct 2007 15:44:46 +0000
(15:44 +0000)
committer
Kevin 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
patch
|
blob
|
history
diff --git
a/src/include/CredentialsCache.h
b/src/include/CredentialsCache.h
index 3ecc0c2eeb3ba5736fa2d44ac154579226087a54..4301576432b0e78fb70838e364faea6e5c9a1785 100644
(file)
--- 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