ports/security/ssh-ldap-helper/patches/patch-log_h

14 lines
228 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: log.h
--- log.h.orig
+++ log.h
@@ -15,6 +15,9 @@
#ifndef SSH_LOG_H
#define SSH_LOG_H
+#include <stdarg.h>
+#include <stdio.h>
+
/* Supported syslog facilities and levels. */
typedef enum {
SYSLOG_FACILITY_DAEMON,