diff options
author | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-31 15:19:27 +0000 |
---|---|---|
committer | Roman Bogorodskiy <novel@FreeBSD.org> | 2006-05-31 15:19:27 +0000 |
commit | a4c34472721f6c152536240bae565fb12202716e (patch) | |
tree | 2faa2d153a600c8e5ca2c88c3a9896ae3e72d06d /ftp/wzdftpd/files/patch-modules-zeroconf-libwzd_avahi.h | |
parent | b3b765a759b6f954471b903f8867e0708ad9c7ca (diff) | |
download | ports-a4c34472721f6c152536240bae565fb12202716e.tar.gz ports-a4c34472721f6c152536240bae565fb12202716e.zip |
Notes
Diffstat (limited to 'ftp/wzdftpd/files/patch-modules-zeroconf-libwzd_avahi.h')
-rw-r--r-- | ftp/wzdftpd/files/patch-modules-zeroconf-libwzd_avahi.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/wzdftpd/files/patch-modules-zeroconf-libwzd_avahi.h b/ftp/wzdftpd/files/patch-modules-zeroconf-libwzd_avahi.h new file mode 100644 index 000000000000..5d53ed46acb6 --- /dev/null +++ b/ftp/wzdftpd/files/patch-modules-zeroconf-libwzd_avahi.h @@ -0,0 +1,10 @@ +--- modules/zeroconf/libwzd_avahi.h.orig Wed May 31 14:55:16 2006 ++++ modules/zeroconf/libwzd_avahi.h Wed May 31 14:56:17 2006 +@@ -29,6 +29,7 @@ + #include <stdlib.h>
+ #include <assert.h>
+ #include <string.h>
++#include <pthread.h>
+
+ #include <libwzd-core/wzd_structs.h>
+ #include <libwzd-core/wzd_log.h>
|