--- freem/src/log.c 2025/04/16 17:36:12 1.13 +++ freem/src/log.c 2025/05/14 12:22:04 1.14 @@ -1,5 +1,5 @@ /* - * $Id: log.c,v 1.13 2025/04/16 17:36:12 snw Exp $ + * $Id: log.c,v 1.14 2025/05/14 12:22:04 snw Exp $ * freem error logging * * @@ -24,6 +24,9 @@ * along with FreeM. If not, see . * * $Log: log.c,v $ + * Revision 1.14 2025/05/14 12:22:04 snw + * Further work on shared memory + * * Revision 1.13 2025/04/16 17:36:12 snw * Add FreeBSD shm cleanup script * @@ -78,6 +81,7 @@ #include "log.h" /* for logging constants */ #include "init.h" /* for cleanup() */ #include "iniconf.h" /* for read_profile_string() */ +#include "shmmgr.h" /* for shm_exit() */ short log_threshold_file; short log_threshold_syslog;