diff options
Diffstat (limited to 'chat/jabberd2/patches/patch-ah')
-rw-r--r-- | chat/jabberd2/patches/patch-ah | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/chat/jabberd2/patches/patch-ah b/chat/jabberd2/patches/patch-ah new file mode 100644 index 00000000000..e5cc6285b96 --- /dev/null +++ b/chat/jabberd2/patches/patch-ah @@ -0,0 +1,15 @@ +$NetBSD: patch-ah,v 1.1 2004/07/14 00:25:11 xtraeme Exp $ + +--- util/util.h.orig 2004-07-14 01:59:37.000000000 +0200 ++++ util/util.h 2004-07-14 02:00:14.000000000 +0200 +@@ -31,6 +31,10 @@ + #include <errno.h> + #include <assert.h> + ++#ifdef HAVE_SYS_SOCKET_H ++# include <sys/socket.h> ++#endif ++ + #ifdef HAVE_NETINET_IN_H + # include <netinet/in.h> + #endif |