https://gitlab.synchro.net/main/sbbs/-/issues/1119#note_10202
Not sure why it took me 4 months to actually dig into this a tiny bit to actually see and try to understand this - and I imagine it's probably already known by the devs, but I noticed /usr/include/mqtt_protocol.h contains:
```
#include <mosquitto/mqtt_protocol.h>
#warning "Please replace '#include <mqtt_protocol.h> with #include <mosquitto.h>"
```
/usr/include/mosquitto/mqtt_protocol.h contains everything needed, and then /usr/include/mosquitto.h includes /usr/include/mosquitto/mqtt_protocol.h.
So, is this just a warning that has come up in the latest version of mqtt (ie, not much to do with Synchronet except that Synchronet is still probably using /usr/include/mqtt_protocol.h at this point) all because mqtt_protocol.h is being moved to a new location?
I suppose this would lead me to believe this issue has been left open as a reminder that once mqtt is updated in more "stable" distros that this change should be made?
If so, kudos to upstream for giving plenty of fair warning (pun intended)!
--- SBBSecho 3.37-Linux
* Origin: Vertrauen - [vert/cvs/bbs].synchro.net (1:103/705)