Include log.h for debug() and friends.

Should fix some compiler warnings on IRIX (bz#3032).
This commit is contained in:
Darren Tucker 2019-07-06 23:07:04 +10:00
parent 53a6ebf144
commit 43702f8e6f

View File

@ -25,6 +25,8 @@
#include "includes.h"
#include "log.h"
#if defined(WITH_IRIX_PROJECT) || \
defined(WITH_IRIX_JOBS) || \
defined(WITH_IRIX_ARRAY)