--- freem/src/log.c 2025/04/15 14:39:06 1.10 +++ freem/src/log.c 2025/04/15 14:56:20 1.11 @@ -1,5 +1,5 @@ /* - * $Id: log.c,v 1.10 2025/04/15 14:39:06 snw Exp $ + * $Id: log.c,v 1.11 2025/04/15 14:56:20 snw Exp $ * freem error logging * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: log.c,v $ + * Revision 1.11 2025/04/15 14:56:20 snw + * Fix broken build due to missing declarations + * * Revision 1.10 2025/04/15 14:39:06 snw * Further improvements to logging * @@ -65,6 +68,8 @@ #endif #include "mpsdef.h" +#include "log.h" /* for logging constants */ +#include "init.h" /* for cleanup() */ short log_threshold_file; short log_threshold_syslog;