diff options
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> + |