diff options
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. */ |
19 | typedef enum { | 21 | typedef enum { |
20 | SYSLOG_FACILITY_DAEMON, | 22 | SYSLOG_FACILITY_DAEMON, |