diff options
Diffstat (limited to 'net/shaperprobe/files/patch-tcpclient.h')
| -rw-r--r-- | net/shaperprobe/files/patch-tcpclient.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/shaperprobe/files/patch-tcpclient.h b/net/shaperprobe/files/patch-tcpclient.h new file mode 100644 index 000000000000..94c3ab6caad6 --- /dev/null +++ b/net/shaperprobe/files/patch-tcpclient.h @@ -0,0 +1,10 @@ +--- ./tcpclient.h.orig 2009-11-28 22:41:42.000000000 -0800 ++++ ./tcpclient.h 2011-06-11 10:51:08.000000000 -0700 +@@ -27,6 +27,7 @@ + #define _TCPCLIENT_ + + #include "packet.h" ++#include <netinet/in.h> + + int connect2server(unsigned int serverip, int fileid); + double estimateCapacity(int tcpsock, int udpsock, struct sockaddr_in *); |
