]> mj.ucw.cz Git - libucw.git/blobdiff - lib/finger.c
As usually, stuff in lib/* is LGPL'ed.
[libucw.git] / lib / finger.c
index 6420534984dd706bd3a91ab4cd6d09a77a42a918..6c5fa9d281fabf9443b14a2c2e94ac73b4340f33 100644 (file)
@@ -2,6 +2,9 @@
  *     Sherlock Library -- String Fingerprints
  *
  *     (c) 2001 Martin Mares <mj@ucw.cz>
+ *
+ *     This software may be freely distributed and used according to the terms
+ *     of the GNU Lesser General Public License.
  */
 
 /*
@@ -23,6 +26,8 @@
 #include "lib/index.h"
 #include "lib/md5.h"
 
+#include <string.h>
+
 void
 fingerprint(byte *string, struct fingerprint *fp)
 {