From b1ec43ef50f01060aa1693a4389be11a8410c85b Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Fri, 19 Jan 2018 10:45:55 +0100 Subject: [PATCH] Add missing header to make it build (related to #1534577) --- openssh-7.6p1-audit.patch | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openssh-7.6p1-audit.patch b/openssh-7.6p1-audit.patch index 330e26c..a05e64b 100644 --- a/openssh-7.6p1-audit.patch +++ b/openssh-7.6p1-audit.patch @@ -85,7 +85,7 @@ diff -up openssh-7.6p1/audit.c.audit openssh-7.6p1/audit.c #ifdef SSH_AUDIT_EVENTS -@@ -34,6 +35,11 @@ +@@ -34,6 +35,12 @@ #include "key.h" #include "hostfile.h" #include "auth.h" @@ -94,6 +94,7 @@ diff -up openssh-7.6p1/audit.c.audit openssh-7.6p1/audit.c +#include "xmalloc.h" +#include "misc.h" +#include "servconf.h" ++#include "ssherr.h" /* * Care must be taken when using this since it WILL NOT be initialized when