--- lbbs/include/article_cache.h 2025/05/31 12:00:00 1.5 +++ lbbs/include/article_cache.h 2025/06/21 02:15:18 1.7 @@ -18,12 +18,13 @@ #define _ARTICLE_CACHE_H_ #include "common.h" -#include "str_process.h" #include "section_list.h" +#include "str_process.h" struct article_cache_t { void *p_mmap; + size_t mmap_len; char *p_data; size_t data_len; long line_total;