projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a480b54
)
On Windows, UINT64_MAX isn't defined; get it from k5-platform.h
author
Kevin Koch
<kpkoch@mit.edu>
Thu, 15 Nov 2007 14:11:31 +0000
(14:11 +0000)
committer
Kevin Koch
<kpkoch@mit.edu>
Thu, 15 Nov 2007 14:11:31 +0000
(14:11 +0000)
TargetVersion: 1.7
Component: krb5-libs
Ticket: 5594
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20165
dc483132
-0cff-0310-8789-
dd5450dbe970
src/ccapi/common/cci_array_internal.c
patch
|
blob
|
history
diff --git
a/src/ccapi/common/cci_array_internal.c
b/src/ccapi/common/cci_array_internal.c
index 72f7f67a151ac051f377922d0710c1eee0d45d17..bdd939dbcd993b7667b391bda04b1ba360e2fe63 100644
(file)
--- a/
src/ccapi/common/cci_array_internal.c
+++ b/
src/ccapi/common/cci_array_internal.c
@@
-27,6
+27,10
@@
#include "cci_common.h"
#include "cci_array_internal.h"
+#ifdef WIN32
+#include "k5-platform.h"
+#endif
+
/* ------------------------------------------------------------------------ */
struct cci_array_d {