| commit | 30246a8f2bc6f492f0d78b65da07e78d13869591 | [log] [tgz] |
|---|---|---|
| author | Damien Miller <djm@mindrot.org> | Mon Mar 05 21:23:31 2001 +1100 |
| committer | Damien Miller <djm@mindrot.org> | Mon Mar 05 21:23:31 2001 +1100 |
| tree | b1eb405026a34b9f2ef06baab301bd265e1e1b8b | |
| parent | 53f11c60b1802424f5d8817d3689750ff5c91073 [diff] [blame] |
- (djm) Fix up LOG_AUTHPRIV for systems that have it
diff --git a/log.h b/log.h index d13f737..6da5bcc 100644 --- a/log.h +++ b/log.h
@@ -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,