openbsd-ports/security/cyrus-sasl2/patches/patch-saslauthd_auth_sasldb_c
ajacoutot 49f68bd49e Fix some implicit declarations.
Move to REVISION and new DEPENDS.
2010-07-16 12:44:43 +00:00

12 lines
327 B
Plaintext

$OpenBSD: patch-saslauthd_auth_sasldb_c,v 1.1 2010/07/16 12:44:43 ajacoutot Exp $
--- saslauthd/auth_sasldb.c.orig Fri Jul 16 14:37:05 2010
+++ saslauthd/auth_sasldb.c Fri Jul 16 14:37:24 2010
@@ -40,6 +40,7 @@
#include <string.h>
#include <stdlib.h>
+#include <unistd.h>
#include <pwd.h>
/* END PUBLIC DEPENDENCIES */