summaryrefslogtreecommitdiffstats
path: root/src/include/win-mac.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/win-mac.h')
-rw-r--r--src/include/win-mac.h2
1 files changed, 2 insertions, 0 deletions
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