diff options
Diffstat (limited to 'devel/libcli/files/patch-clitest.c')
-rw-r--r-- | devel/libcli/files/patch-clitest.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libcli/files/patch-clitest.c b/devel/libcli/files/patch-clitest.c new file mode 100644 index 000000000000..59f6c5479ade --- /dev/null +++ b/devel/libcli/files/patch-clitest.c @@ -0,0 +1,10 @@ +--- ./clitest.c.orig 2008-10-09 04:38:01.000000000 +0200 ++++ ./clitest.c 2011-04-27 14:03:12.956175470 +0200 +@@ -4,6 +4,7 @@ + #include <winsock2.h> + #include <windows.h> + #else ++#include <netinet/in.h> + #include <sys/socket.h> + #include <arpa/inet.h> + #endif |