[ldapvi] [PATCH 5/5] Fixed 64bit-portability-issue

Matěj Cepl mcepl at cepl.eu
Fri Sep 8 18:01:36 CEST 2023


From: Joop Boonen <joop.boonen at opensuse.org>

---
 ldapvi/parse.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ldapvi/parse.c b/ldapvi/parse.c
index e171f53..4bfa624 100644
--- a/ldapvi/parse.c
+++ b/ldapvi/parse.c
@@ -17,6 +17,7 @@
  */
 #define _XOPEN_SOURCE
 #include <unistd.h>
+#include <crypt.h>
 #include "common.h"
 
 #define fast_g_string_append_c(gstring, c)				\
-- 
2.42.0




More information about the ldapvi mailing list