4a0be7456c
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
12 lines
237 B
C
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
|