diff options
Diffstat (limited to '')
-rw-r--r-- | net-p2p/gkrellm-gift/files/patch-io.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-p2p/gkrellm-gift/files/patch-io.c b/net-p2p/gkrellm-gift/files/patch-io.c new file mode 100644 index 000000000000..19f28c4d4295 --- /dev/null +++ b/net-p2p/gkrellm-gift/files/patch-io.c @@ -0,0 +1,10 @@ +--- src/io.c.orig Sat Dec 20 10:42:39 2003 ++++ src/io.c Wed May 5 00:58:19 2004 +@@ -16,6 +16,7 @@ + * + */ + ++#include <sys/types.h> + #include <sys/socket.h> + #include <arpa/inet.h> + #include <netdb.h> |