diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-07-06 15:07:04 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-07-08 06:27:37 +0200 |
commit | 43702f8e6fa22a258e25c4dd950baaae0bc656b7 (patch) | |
tree | 737ab1a7fe83aae0a5bb552070b8a1d0b6500e58 /openbsd-compat/port-irix.c | |
parent | sftp-realpath.c needs includes.h (diff) | |
download | openssh-43702f8e6fa22a258e25c4dd950baaae0bc656b7.tar.xz openssh-43702f8e6fa22a258e25c4dd950baaae0bc656b7.zip |
Include log.h for debug() and friends.
Should fix some compiler warnings on IRIX (bz#3032).
Diffstat (limited to '')
-rw-r--r-- | openbsd-compat/port-irix.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/openbsd-compat/port-irix.c b/openbsd-compat/port-irix.c index 525b02909..0eb9ed006 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) |