On Windows, UINT64_MAX isn't defined; get it from k5-platform.h
authorKevin Koch <kpkoch@mit.edu>
Thu, 15 Nov 2007 14:11:31 +0000 (14:11 +0000)
committerKevin 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

index 72f7f67a151ac051f377922d0710c1eee0d45d17..bdd939dbcd993b7667b391bda04b1ba360e2fe63 100644 (file)
 #include "cci_common.h"
 #include "cci_array_internal.h"
 
+#ifdef WIN32
+#include "k5-platform.h"
+#endif
+
 /* ------------------------------------------------------------------------ */
 
 struct cci_array_d {