]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Linux auditing also needs packet.h
authorDamien Miller <djm@mindrot.org>
Tue, 26 Jul 2016 22:25:23 +0000 (08:25 +1000)
committerDamien Miller <djm@mindrot.org>
Tue, 26 Jul 2016 22:25:23 +0000 (08:25 +1000)
audit-linux.c

index 91a5381ec508c365f788fa205c4daf531e3ba7eb..58722d7371c382524e2794e262a00478d27005af 100644 (file)
@@ -36,6 +36,7 @@
 #include "log.h"
 #include "audit.h"
 #include "canohost.h"
+#include "packet.h"
 
 const char* audit_username(void);