summaryrefslogtreecommitdiffstats
path: root/src/include/syslog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/syslog.h')
-rw-r--r--src/include/syslog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/syslog.h b/src/include/syslog.h
index dcbda9782d..567fc74f3e 100644
--- a/src/include/syslog.h
+++ b/src/include/syslog.h
@@ -90,7 +90,7 @@
#define LOG_NOWAIT 0x10 /* if forking to log on console, don't wait() */
#ifndef KERNEL
-#if defined(__STDC__) || defined(KRB5_PROVIDE_PROTOTYPES)
+#if defined(__STDC__) || defined(KRB5_PROVIDE_PROTOTYPES) || defined(_WINDOWS)
extern void syslog (int , const char *, ... );
#ifdef va_start
/* XXX depending on #define of va_start in <stdarg.h> */