]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Include log.h for debug() and friends.
authorDarren Tucker <dtucker@dtucker.net>
Sat, 6 Jul 2019 13:07:04 +0000 (23:07 +1000)
committerDarren Tucker <dtucker@dtucker.net>
Mon, 8 Jul 2019 04:27:37 +0000 (14:27 +1000)
Should fix some compiler warnings on IRIX (bz#3032).

openbsd-compat/port-irix.c

index 525b029092fb382392971c217be6795604b3369c..0eb9ed00658c1165c4f13764a567ff9f5679e051 100644 (file)
@@ -25,6 +25,8 @@
 
 #include "includes.h"
 
+#include "log.h"
+
 #if defined(WITH_IRIX_PROJECT) || \
     defined(WITH_IRIX_JOBS) || \
     defined(WITH_IRIX_ARRAY)