]> diplodocus.org Git - nmh/blobdiff - h/md5.h
Escape literal leading full stop in man/new.man.
[nmh] / h / md5.h
diff --git a/h/md5.h b/h/md5.h
index e49ef4e054bad2ac9ca647e1f57b138c21869238..ff52413e440acd3278f8ead89617e7bb25cb37f4 100644 (file)
--- a/h/md5.h
+++ b/h/md5.h
 
 #include <h/nmh.h>
 
+/*
+ * We need this for uint32_t
+ */
+
+#include <inttypes.h>
+
 /*
  * Use prototypes for nmh/mh
  */
@@ -35,7 +41,7 @@ typedef unsigned char *POINTER;
 typedef unsigned short int 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