--- lbbs/src/user_stat.c 2025/11/04 13:49:51 1.4 +++ lbbs/src/user_stat.c 2025/11/11 00:28:05 1.6 @@ -3,9 +3,13 @@ * user_stat * - data model and basic operations of user related statistics * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "log.h" #include "section_list.h" #include "user_list.h"