diff options
Diffstat (limited to 'net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h')
-rw-r--r-- | net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h b/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h new file mode 100644 index 0000000..2c26626 --- /dev/null +++ b/net-im/kmess-kde4/files/patch-kmess_network_msnconnection.h @@ -0,0 +1,10 @@ +--- /work/a/ports/net-im/kmess/work/kmess-1.4.2/kmess/network/msnconnection.h.orig Tue Nov 15 04:03:10 2005 ++++ /work/a/ports/net-im/kmess/work/kmess-1.4.2/kmess/network/msnconnection.h Tue Nov 15 04:04:04 2005 +@@ -29,6 +29,7 @@ + + #include <stdlib.h> + #include <sys/socket.h> ++#include <netinet/in.h> + #include <arpa/inet.h> + #include <netdb.h> + #include <sys/types.h> |