Fixed 64bit-portability-issue
1 files changed, 1 insertions(+), 0 deletions(-) M ldapvi/parse.c
M ldapvi/parse.c => ldapvi/parse.c +1 -0
@@ 17,6 17,7 @@ */ #define _XOPEN_SOURCE #include <unistd.h> +#include <crypt.h> #include "common.h" #define fast_g_string_append_c(gstring, c) \