diff options
author | Damien Miller <djm@mindrot.org> | 2001-03-05 11:23:31 +0100 |
---|---|---|
committer | Damien Miller <djm@mindrot.org> | 2001-03-05 11:23:31 +0100 |
commit | 30246a8f2bc6f492f0d78b65da07e78d13869591 (patch) | |
tree | b1eb405026a34b9f2ef06baab301bd265e1e1b8b /log.h | |
parent | Temporary disable AUTHPRIV code until it's fixed. It is broken. =( (diff) | |
download | openssh-30246a8f2bc6f492f0d78b65da07e78d13869591.tar.xz openssh-30246a8f2bc6f492f0d78b65da07e78d13869591.zip |
- (djm) Fix up LOG_AUTHPRIV for systems that have it
Diffstat (limited to 'log.h')
-rw-r--r-- | log.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -15,6 +15,8 @@ #ifndef SSH_LOG_H #define SSH_LOG_H +#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */ + /* Supported syslog facilities and levels. */ typedef enum { SYSLOG_FACILITY_DAEMON, |