summaryrefslogtreecommitdiff
path: root/net/sipp/files/patch-auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sipp/files/patch-auth.c')
-rw-r--r--net/sipp/files/patch-auth.c14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/sipp/files/patch-auth.c b/net/sipp/files/patch-auth.c
new file mode 100644
index 000000000000..2ed3be8c1e34
--- /dev/null
+++ b/net/sipp/files/patch-auth.c
@@ -0,0 +1,14 @@
+$FreeBSD$
+
+--- auth.c.orig Tue Aug 29 11:03:34 2006
++++ auth.c Thu Sep 7 22:54:05 2006
+@@ -21,6 +21,9 @@
+ * - introduced AKAv1-MD5
+ */
+
++#ifdef __FreeBSD__
++#include <sys/types.h>
++#endif
+ #include <stdlib.h>
+ #include <stdio.h>
+ #include <string.h>