summaryrefslogtreecommitdiff
path: root/net/sipsak/files/patch-helper.c
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2004-10-26 14:12:14 +0000
committerPav Lucistnik <pav@FreeBSD.org>2004-10-26 14:12:14 +0000
commite7835108d79501ff36e7f617dbabe856da0b7513 (patch)
tree19d470dce26994c6baf0861339e4d6b1dc292197 /net/sipsak/files/patch-helper.c
parentImprove compatibility with 4.x, particularly: (diff)
- Update to 0.8.11
PR: ports/73104 Submitted by: Hendrik Scholz <hendrik@scholz.net> Approved by: jesusr (maintainer)
Notes
Notes: svn path=/head/; revision=120226
Diffstat (limited to 'net/sipsak/files/patch-helper.c')
-rw-r--r--net/sipsak/files/patch-helper.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/net/sipsak/files/patch-helper.c b/net/sipsak/files/patch-helper.c
new file mode 100644
index 000000000000..ef847bf4f05e
--- /dev/null
+++ b/net/sipsak/files/patch-helper.c
@@ -0,0 +1,11 @@
+--- helper.c.orig Tue Oct 26 15:49:48 2004
++++ helper.c Tue Oct 26 15:53:43 2004
+@@ -23,6 +23,8 @@
+ #include <sys/utsname.h>
+ #include <string.h>
+ #include <ctype.h>
++#include <sys/types.h>
++#include <netinet/in.h>
+ #include <arpa/inet.h>
+
+ #include "helper.h"