summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-03-05 21:23:31 +1100
committerDamien Miller <djm@mindrot.org>2001-03-05 21:23:31 +1100
commit30246a8f2bc6f492f0d78b65da07e78d13869591 (patch)
treeb1eb405026a34b9f2ef06baab301bd265e1e1b8b /log.h
parent53f11c60b1802424f5d8817d3689750ff5c91073 (diff)
- (djm) Fix up LOG_AUTHPRIV for systems that have it
Diffstat (limited to 'log.h')
-rw-r--r--log.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/log.h b/log.h
index d13f73771..6da5bcc0b 100644
--- a/log.h
+++ b/log.h
@@ -15,6 +15,8 @@
15#ifndef SSH_LOG_H 15#ifndef SSH_LOG_H
16#define SSH_LOG_H 16#define SSH_LOG_H
17 17
18#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */
19
18/* Supported syslog facilities and levels. */ 20/* Supported syslog facilities and levels. */
19typedef enum { 21typedef enum {
20 SYSLOG_FACILITY_DAEMON, 22 SYSLOG_FACILITY_DAEMON,