1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/net/sipp/files/patch-auth.c
Ion-Mihai Tetcu 1280e55e58 update to 1.1.r6
PR:		ports/103032
Submitted by:	Artem Naluzhny (maintainer)
2006-09-10 20:39:34 +00:00

15 lines
258 B
C

$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>