summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/include/ChangeLog4
-rw-r--r--src/include/win-mac.h2
2 files changed, 6 insertions, 0 deletions
diff --git a/src/include/ChangeLog b/src/include/ChangeLog
index fa1f54e5af..886131576d 100644
--- a/src/include/ChangeLog
+++ b/src/include/ChangeLog
@@ -1,3 +1,7 @@
+2005-10-20 Jeffrey Altman <jaltman@mit.edu>
+
+ * win-mac.h: Add definitions for int32_t and uint32_t
+
2005-07-01 Ken Raeburn <raeburn@mit.edu>
* k5-thread.h (k5_key_t): Add K5_KEY_KDB_ERR_HANDLER and
diff --git a/src/include/win-mac.h b/src/include/win-mac.h
index 9607fabea2..9ffb1233ea 100644
--- a/src/include/win-mac.h
+++ b/src/include/win-mac.h
@@ -57,6 +57,8 @@ typedef unsigned long u_long; /* Not part of sys/types.h on the pc */
typedef unsigned int u_int;
typedef unsigned short u_short;
typedef unsigned char u_char;
+typedef unsigned int uint32_t;
+typedef int int32_t;
#endif /* KRB5_SYSTYPES__ */
#define MAXHOSTNAMELEN 512