[openssh-commits] [openssh] 01/01: Include log.h for debug() and friends.

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Jul 8 14:42:54 AEST 2019


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

commit 43702f8e6fa22a258e25c4dd950baaae0bc656b7
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Sat Jul 6 23:07:04 2019 +1000

    Include log.h for debug() and friends.
    
    Should fix some compiler warnings on IRIX (bz#3032).
---
 openbsd-compat/port-irix.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/openbsd-compat/port-irix.c b/openbsd-compat/port-irix.c
index 525b0290..0eb9ed00 100644
--- a/openbsd-compat/port-irix.c
+++ b/openbsd-compat/port-irix.c
@@ -25,6 +25,8 @@
 
 #include "includes.h"
 
+#include "log.h"
+
 #if defined(WITH_IRIX_PROJECT) || \
     defined(WITH_IRIX_JOBS) || \
     defined(WITH_IRIX_ARRAY)

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list