Use C99 uint32_t rather than u_int32_t
[onak.git] / md5.c
diff --git a/md5.c b/md5.c
index 4930ae20eeebc8c93882a15b121fd494d88099eb..e18f224207f2e4de4d7a72b42982cdcb25c8880f 100644 (file)
--- a/md5.c
+++ b/md5.c
@@ -20,6 +20,8 @@
 
 /* Written by Ulrich Drepper <drepper@gnu.ai.mit.edu>, 1995.  */
 
+#include "config.h"
+
 #include <sys/types.h>
 
 #include <stdlib.h>