--- lbbs/src/bbs_cmd.c 2025/11/07 13:56:11 1.27 +++ lbbs/src/bbs_cmd.c 2025/11/11 00:28:05 1.28 @@ -6,6 +6,10 @@ * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "bbs_cmd.h" #include "data_file_mgr.h" #include "menu_proc.h"