--- lbbs/src/memory_pool.c 2025/11/04 13:49:51 1.7 +++ lbbs/src/memory_pool.c 2025/11/11 00:28:05 1.9 @@ -3,9 +3,13 @@ * memory_pool * - memory pool * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "log.h" #include "memory_pool.h" #include