File 0007-crypth.patch of Package ldapvi
diff -Naur ldapvi-1.7.orig/parse.c ldapvi-1.7/parse.c --- ldapvi-1.7.orig/parse.c 2007-05-05 12:17:26.000000000 +0200 +++ ldapvi-1.7/parse.c 2019-03-06 13:31:09.993825529 +0100 @@ -17,6 +17,7 @@ */ #define _XOPEN_SOURCE #include <unistd.h> +#include <crypt.h> #include "common.h" #define fast_g_string_append_c(gstring, c) \