diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-20 16:26:20 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2005-05-20 16:26:20 +0000 |
commit | 58640ec2058474e6533a1ec512bcbcc5553f884c (patch) | |
tree | a76ba3e4b9e4389161ec21af38434206f61f1c12 /ftp/gwget/files/patch-src_gwget_data.c | |
parent | OPTIONS'ify. (diff) |
- Update to 0.95
PR: ports/81276
Submitted by: Radek Kozlowski <radek@raadradd.com> (maintainer)
Notes
Notes:
svn path=/head/; revision=135715
Diffstat (limited to 'ftp/gwget/files/patch-src_gwget_data.c')
-rw-r--r-- | ftp/gwget/files/patch-src_gwget_data.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/gwget/files/patch-src_gwget_data.c b/ftp/gwget/files/patch-src_gwget_data.c new file mode 100644 index 000000000000..ba61130fc9e4 --- /dev/null +++ b/ftp/gwget/files/patch-src_gwget_data.c @@ -0,0 +1,10 @@ +--- src/gwget_data.c.orig Thu May 19 19:02:00 2005 ++++ src/gwget_data.c Thu May 19 19:02:38 2005 +@@ -31,6 +31,7 @@ + #include "main_window_cb.h" + #include "utils.h" + #include "systray.h" ++#include <netinet/in.h> + + #include <config.h> + |