--- MITgcm/tools/mpack-1.6/md5.h 2003/08/26 20:45:25 1.1 +++ MITgcm/tools/mpack-1.6/md5.h 2008/02/23 01:28:27 1.2 @@ -34,14 +34,16 @@ #define PROTOTYPES 0 #endif +#include + /* POINTER defines a generic pointer type */ typedef unsigned char *POINTER; /* UINT2 defines a two byte word */ -typedef unsigned short int UINT2; +typedef uint16_t UINT2; /* UINT4 defines a four byte word */ -typedef unsigned long int UINT4; +typedef uint32_t UINT4; /* PROTO_LIST is defined depending on how PROTOTYPES is defined above. If using PROTOTYPES, then PROTO_LIST returns the list, otherwise it