diff options
author | flz <flz@FreeBSD.org> | 2007-06-24 22:33:57 +0800 |
---|---|---|
committer | flz <flz@FreeBSD.org> | 2007-06-24 22:33:57 +0800 |
commit | 5c1b3a3db28349ce89c52147c3fab542f3b7a8aa (patch) | |
tree | b2af0466681c3d5037cc082e5725eacad4f89b94 /net-im | |
parent | 613b0d2044a4f781ee4d69a2e8c13cefd63ce366 (diff) | |
download | freebsd-ports-gnome-5c1b3a3db28349ce89c52147c3fab542f3b7a8aa.tar.gz freebsd-ports-gnome-5c1b3a3db28349ce89c52147c3fab542f3b7a8aa.tar.zst freebsd-ports-gnome-5c1b3a3db28349ce89c52147c3fab542f3b7a8aa.zip |
Add patch missed in previous commit.
Diffstat (limited to 'net-im')
-rw-r--r-- | net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c new file mode 100644 index 000000000000..4d69b0f5585a --- /dev/null +++ b/net-im/telepathy-salut/files/patch-lib_gibber_gibber-muc-connection.c @@ -0,0 +1,10 @@ +--- lib/gibber/gibber-muc-connection.c.orig Sun Jun 24 15:48:48 2007 ++++ lib/gibber/gibber-muc-connection.c Sun Jun 24 15:49:19 2007 +@@ -18,6 +18,7 @@ + * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + */ + ++#include <netinet/in.h> + + #include <stdio.h> + #include <stdlib.h> |