diff options
author | Darren Tucker <dtucker@dtucker.net> | 2019-07-06 23:07:04 +1000 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2019-07-08 14:27:37 +1000 |
commit | 43702f8e6fa22a258e25c4dd950baaae0bc656b7 (patch) | |
tree | 737ab1a7fe83aae0a5bb552070b8a1d0b6500e58 /openbsd-compat/port-irix.c | |
parent | 53a6ebf1445a857f5e487b18ee5e5830a9575149 (diff) |
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.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 @@ | |||
25 | 25 | ||
26 | #include "includes.h" | 26 | #include "includes.h" |
27 | 27 | ||
28 | #include "log.h" | ||
29 | |||
28 | #if defined(WITH_IRIX_PROJECT) || \ | 30 | #if defined(WITH_IRIX_PROJECT) || \ |
29 | defined(WITH_IRIX_JOBS) || \ | 31 | defined(WITH_IRIX_JOBS) || \ |
30 | defined(WITH_IRIX_ARRAY) | 32 | defined(WITH_IRIX_ARRAY) |