summaryrefslogtreecommitdiff
path: root/openbsd-compat/port-irix.c
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2019-07-06 23:07:04 +1000
committerDarren Tucker <dtucker@dtucker.net>2019-07-08 14:27:37 +1000
commit43702f8e6fa22a258e25c4dd950baaae0bc656b7 (patch)
tree737ab1a7fe83aae0a5bb552070b8a1d0b6500e58 /openbsd-compat/port-irix.c
parent53a6ebf1445a857f5e487b18ee5e5830a9575149 (diff)
downloadopenssh-git-43702f8e6fa22a258e25c4dd950baaae0bc656b7.tar.gz
Include log.h for debug() and friends.
Should fix some compiler warnings on IRIX (bz#3032).
Diffstat (limited to 'openbsd-compat/port-irix.c')
-rw-r--r--openbsd-compat/port-irix.c2
1 files changed, 2 insertions, 0 deletions
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)