summaryrefslogtreecommitdiff
path: root/log.h
diff options
context:
space:
mode:
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 9e1a2fcdb..15ebc93b5 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 "includes.h"
19
18#include <stdarg.h> 20#include <stdarg.h>
19 21
20#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */ 22#include <syslog.h> /* Needed for LOG_AUTHPRIV (if present) */