mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-08-03 17:59:07 -04:00
14 lines
293 B
Plaintext
14 lines
293 B
Plaintext
$NetBSD: patch-aa,v 1.1.1.1 2009/12/11 19:48:12 agc Exp $
|
|
|
|
--- log.h 2009/12/11 15:51:23 1.1
|
|
+++ log.h 2009/12/11 15:51:40
|
|
@@ -15,6 +15,8 @@
|
|
#ifndef SSH_LOG_H
|
|
#define SSH_LOG_H
|
|
|
|
+#include <stdarg.h>
|
|
+
|
|
/* Supported syslog facilities and levels. */
|
|
typedef enum {
|
|
SYSLOG_FACILITY_DAEMON,
|