mail: fix implicit declaration of crypt() release_20200719 release_20200719-1
authorClinton Ebadi <clinton@unknownlamer.org>
Mon, 20 Jul 2020 02:35:22 +0000 (22:35 -0400)
committerClinton Ebadi <clinton@unknownlamer.org>
Mon, 20 Jul 2020 02:35:22 +0000 (22:35 -0400)
src/mail/vmailpasswd.c

index 25b2116..9fd786b 100644 (file)
@@ -24,6 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
 #include <stdlib.h>
 #include <stdio.h>
 #include <ctype.h>
+#include <crypt.h>
 #include <string.h>
 
 int validDomain(const char *dom) {