[openssh-commits] [openssh] 02/03: Linux auditing also needs packet.h
git+noreply at mindrot.org
git+noreply at mindrot.org
Wed Jul 27 08:25:54 AEST 2016
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit d99ee9c4e5e217e7d05eeec84e9ce641f4675331
Author: Damien Miller <djm at mindrot.org>
Date: Wed Jul 27 08:25:23 2016 +1000
Linux auditing also needs packet.h
---
audit-linux.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/audit-linux.c b/audit-linux.c
index 91a5381..58722d7 100644
--- a/audit-linux.c
+++ b/audit-linux.c
@@ -36,6 +36,7 @@
#include "log.h"
#include "audit.h"
#include "canohost.h"
+#include "packet.h"
const char* audit_username(void);
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list