From cc1489d2f25b97215b5cce035d88590f5d9bdfdb Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Thu, 14 Feb 2002 13:51:04 +0000 Subject: [PATCH] Make sure memset() is defined by including string.h Notified by Oscar Jacobsson --- crypto/des/read2pwd.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto/des/read2pwd.c b/crypto/des/read2pwd.c index f0eef23d8d..b4720c3a98 100644 --- a/crypto/des/read2pwd.c +++ b/crypto/des/read2pwd.c @@ -109,6 +109,7 @@ * [including the GNU Public Licence.] */ +#include #include #include -- 2.25.1