~mcepl/ldapvi

7ddb68768a210106420b31f563222595260fd071 — Joop Boonen 5 years ago 1a4e4c6
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)				\