diff options
author | Damien Miller <djm@mindrot.org> | 2016-07-27 00:25:23 +0200 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2016-07-27 00:25:23 +0200 |
commit | d99ee9c4e5e217e7d05eeec84e9ce641f4675331 (patch) | |
tree | ecc8651197b990960188c462842940235a2f445c /audit-linux.c | |
parent | fix auditing on Linux (diff) | |
download | openssh-d99ee9c4e5e217e7d05eeec84e9ce641f4675331.tar.xz openssh-d99ee9c4e5e217e7d05eeec84e9ce641f4675331.zip |
Linux auditing also needs packet.h
Diffstat (limited to 'audit-linux.c')
-rw-r--r-- | audit-linux.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audit-linux.c b/audit-linux.c index 91a5381ec..58722d737 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); |