Files
ports/comms/thebridge/files/patch-src_dirclient.c
T
Diane Bruce 4a0be7456c Pet portlint regenerate patchfiles while here. [db]
The original one in ports doesn't include readline support . but they
support readline according to the configure. So I think add a readline
support option should be nice

PR:		ports/244468
Submitted by:	papadavecn@gmail.com
2020-02-27 14:30:03 +00:00

12 lines
237 B
C

--- src/dirclient.c.orig 2008-09-14 17:04:51 UTC
+++ src/dirclient.c
@@ -222,7 +222,7 @@
#include "dirclient.h"
#include "hostfile.h"
#include "eventhook.h"
-#include "zlib.h"
+#include <zlib.h>
#include "sf.h"
#ifdef USE_DMALLOC