Subj : src/sbbs3/mqtt.h To : Git commit to main/sbbs/master From : Rob Swindell Date : Mon Jan 02 2023 03:12 pm https://gitlab.synchro.net/main/sbbs/-/commit/f23f21095400303e546b2808 Modified Files: src/sbbs3/mqtt.h Log Message: Fix GCC build with foward struct startup declaration. Interestingly, not required for successful MSVC build. I suspecte the circular dependency and include-guards around mqtt.h and startup.h were going to be a problem. .