diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-14 23:59:23 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-11-14 23:59:23 +0000 |
commit | e7b0462c0a2e86b95d6d83e21ce6b7ab9f323170 (patch) | |
tree | 9d3915f6c1b7b62ac97a0576e00a3de886a71ad4 /net/xmule/files/patch-src::SysTray.h | |
parent | - use Net::NNTP from p5-Net instead of system perl (diff) |
Update to 1.9.4b
Notes
Notes:
svn path=/head/; revision=121620
Diffstat (limited to 'net/xmule/files/patch-src::SysTray.h')
-rw-r--r-- | net/xmule/files/patch-src::SysTray.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/xmule/files/patch-src::SysTray.h b/net/xmule/files/patch-src::SysTray.h new file mode 100644 index 000000000000..55da4e3d176e --- /dev/null +++ b/net/xmule/files/patch-src::SysTray.h @@ -0,0 +1,10 @@ +--- src/SysTray.h.orig Sun Nov 14 19:45:30 2004 ++++ src/SysTray.h Sun Nov 14 19:45:00 2004 +@@ -31,6 +31,7 @@ + #include <locale.h> + #include <config.h> + #include <sys/ioctl.h> ++#include <sys/socket.h> + #include <net/if.h> + #include <netinet/in.h> + #include <arpa/inet.h> |