summaryrefslogtreecommitdiffstats
path: root/src/ccapi
diff options
context:
space:
mode:
authorKevin Koch <kpkoch@mit.edu>2007-11-15 14:11:31 +0000
committerKevin Koch <kpkoch@mit.edu>2007-11-15 14:11:31 +0000
commit0d09d058fc13dded52eb49b6da4f000ed4dfd268 (patch)
tree84f947884feb9a11f1819dc87e3e07c2156b1a5a /src/ccapi
parenta480b543fefd084131f1ff2c9f1e7e42f5edcfba (diff)
downloadkrb5-0d09d058fc13dded52eb49b6da4f000ed4dfd268.tar.gz
krb5-0d09d058fc13dded52eb49b6da4f000ed4dfd268.tar.xz
krb5-0d09d058fc13dded52eb49b6da4f000ed4dfd268.zip
On Windows, UINT64_MAX isn't defined; get it from k5-platform.h
TargetVersion: 1.7 Component: krb5-libs Ticket: 5594 git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@20165 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/ccapi')
-rw-r--r--src/ccapi/common/cci_array_internal.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ccapi/common/cci_array_internal.c b/src/ccapi/common/cci_array_internal.c
index 72f7f67a15..bdd939dbcd 100644
--- 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 {