--- lbbs/src/user_priv.c 2025/11/04 14:58:56 1.24 +++ lbbs/src/user_priv.c 2025/11/16 11:06:06 1.26 @@ -6,6 +6,10 @@ * Copyright (C) 2004-2025 Leaflet */ +#ifdef HAVE_CONFIG_H +#include "config.h" +#endif + #include "bbs.h" #include "common.h" #include "database.h" @@ -13,7 +17,7 @@ #include "user_priv.h" #include #include -#include +#include BBS_user_priv BBS_priv;