--- lbbs/src/article_view_log.c 2025/11/04 13:49:51 1.16 +++ lbbs/src/article_view_log.c 2025/11/11 00:28:05 1.18 @@ -3,9 +3,13 @@ * article_view_log * - data persistence and query of article view log * - * Copyright (C) 2004-2025 by Leaflet + * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "article_view_log.h" #include "common.h" #include "database.h"