freebsd-ports/www/wyvern/files/patch-src_modules_auth.c
Simon L. B. Nielsen 852ced8763 Fix compile with OpenSSL 0.9.8b in -CURRENT and remove BROKEN.
PR:		ports/102837
Approved by:	maintainer
2006-09-23 13:14:52 +00:00

13 lines
216 B
C

$FreeBSD$
--- src/modules/auth.c.orig
+++ src/modules/auth.c
@@ -44,6 +44,7 @@
#include "config.h"
#endif /* HAVE_CONFIG_H */
+#include <sys/types.h>
#include <stdio.h>
#if HAVE_STDLIB_H
#include <stdlib.h>