From 30246a8f2bc6f492f0d78b65da07e78d13869591 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 5 Mar 2001 21:23:31 +1100 Subject: - (djm) Fix up LOG_AUTHPRIV for systems that have it --- log.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'log.h') diff --git a/log.h b/log.h index d13f7377..6da5bcc0 100644 --- a/log.h +++ b/log.h @@ -15,6 +15,8 @@ #ifndef SSH_LOG_H #define SSH_LOG_H +#include /* Needed for LOG_AUTHPRIV (if present) */ + /* Supported syslog facilities and levels. */ typedef enum { SYSLOG_FACILITY_DAEMON, -- cgit v1.2.1