--- lbbs/src/bbs_net.c 2025/11/05 04:19:21 1.80 +++ lbbs/src/bbs_net.c 2025/11/11 00:28:05 1.81 @@ -6,6 +6,10 @@ * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "bbs.h" #include "common.h" #include "io.h"