diff options
Diffstat (limited to 'crypto')
-rw-r--r-- | crypto/openssh/audit-bsm.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/crypto/openssh/audit-bsm.c b/crypto/openssh/audit-bsm.c index d5cf302..16a223f 100644 --- a/crypto/openssh/audit-bsm.c +++ b/crypto/openssh/audit-bsm.c @@ -35,10 +35,12 @@ /* #pragma ident "@(#)bsmaudit.c 1.1 01/09/17 SMI" */ #include "includes.h" +__RCSID("$FreeBSD$"); #if defined(USE_BSM_AUDIT) #include <sys/types.h> +#include <errno.h> #include <stdarg.h> #include <unistd.h> |