summaryrefslogtreecommitdiffstats
path: root/lib/libmd/md5c.c
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>1995-02-24 08:51:34 +0000
committerphk <phk@FreeBSD.org>1995-02-24 08:51:34 +0000
commitcbb4f636288c8b47bd539235ad8dad3ff401cb2b (patch)
tree1da5c69ee18b64e7a3a9454f9470ff1c8de85104 /lib/libmd/md5c.c
parent5ca4449181894449d401ac7032b982b4b7a66778 (diff)
downloadFreeBSD-src-cbb4f636288c8b47bd539235ad8dad3ff401cb2b.zip
FreeBSD-src-cbb4f636288c8b47bd539235ad8dad3ff401cb2b.tar.gz
Clean a bunch of -Wall warnings.
Diffstat (limited to 'lib/libmd/md5c.c')
-rw-r--r--lib/libmd/md5c.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libmd/md5c.c b/lib/libmd/md5c.c
index 9abf6f1..5c35b5b 100644
--- a/lib/libmd/md5c.c
+++ b/lib/libmd/md5c.c
@@ -25,6 +25,7 @@ documentation and/or software.
*/
#include "md5.h"
+#include <string.h>
typedef unsigned char *POINTER;
typedef unsigned short int UINT2;
OpenPOWER on IntegriCloud