diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-26 14:12:14 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-10-26 14:12:14 +0000 |
commit | e7835108d79501ff36e7f617dbabe856da0b7513 (patch) | |
tree | 19d470dce26994c6baf0861339e4d6b1dc292197 /net/sipsak/files/patch-sipsak.h | |
parent | Improve 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-sipsak.h')
-rw-r--r-- | net/sipsak/files/patch-sipsak.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/net/sipsak/files/patch-sipsak.h b/net/sipsak/files/patch-sipsak.h new file mode 100644 index 000000000000..79b1ec189ad0 --- /dev/null +++ b/net/sipsak/files/patch-sipsak.h @@ -0,0 +1,10 @@ +--- sipsak.h.orig Fri Oct 8 19:30:52 2004 ++++ sipsak.h Tue Oct 26 15:49:07 2004 +@@ -19,6 +19,7 @@ + #ifndef SIPSAK_H + #define SIPSAK_H + ++#include <sys/types.h> + #include <regex.h> + + #if HAVE_CONFIG_H |