Add missing header to make it build (related to #1534577)

This commit is contained in:
Jakub Jelen 2018-01-19 10:45:55 +01:00
parent 0f4b4ccdea
commit b1ec43ef50
1 changed files with 2 additions and 1 deletions

View File

@ -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