]> mj.ucw.cz Git - libucw.git/blobdiff - lib/md5.c
Added secondary sorting (i.e., breaking ties when two documents have the same Q)
[libucw.git] / lib / md5.c
index d4f8535b3164c83b2851fa39296bc3e54b9fd200..8bccf00480a26b7720250c872a1c4363474279cc 100644 (file)
--- a/lib/md5.c
+++ b/lib/md5.c
  * will fill a supplied 16-byte array with the digest.
  */
 
  * will fill a supplied 16-byte array with the digest.
  */
 
+#include "lib/lib.h"
+#include "lib/md5.h"
+
 #include <string.h>            /* for memcpy() */
 #include <string.h>            /* for memcpy() */
-#include "md5.h"
 
 #ifndef HIGHFIRST
 #define byteReverse(buf, len)  /* Nothing */
 
 #ifndef HIGHFIRST
 #define byteReverse(buf, len)  /* Nothing */