mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
1280e55e58
PR: ports/103032 Submitted by: Artem Naluzhny (maintainer)
15 lines
258 B
C
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>
|