freebsd-ports/comms/thebridge/files/patch-src_dirclient.c
Diane Bruce c1addba27e - Update to release 1.09 [1]
- Clean up header
- Tidy up make patches
- remove bash dependancy

PR:		ports/174931 [1]
Submitted by:	takefu@airport.fm
2013-01-07 14:28:10 +00:00

11 lines
285 B
C

--- src/dirclient.c.orig 2013-01-03 21:44:33.000000000 -0500
+++ src/dirclient.c 2013-01-03 21:45:03.000000000 -0500
@@ -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