]> andersk Git - openssh.git/blobdiff - log.h
- (djm) Fix up LOG_AUTHPRIV for systems that have it
[openssh.git] / log.h
diff --git a/log.h b/log.h
index d13f73771b8fb4e687b2337f98be2c0a220ac2d3..6da5bcc0b7d7eb2c0c7f2a24b780bf2389eb6c55 100644 (file)
--- 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,
This page took 0.049336 seconds and 4 git commands to generate.