Skip to content
Snippets Groups Projects
Commit f23f2109 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix GCC build with foward struct startup declaration.

Interestingly, not required for successful MSVC build. <shurg>

I suspecte the circular dependency and include-guards around mqtt.h
and startup.h were going to be a problem.
parent a960f2c8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
Pipeline #3572 passed
......@@ -28,6 +28,8 @@
#include "link_list.h"
#include "dllexport.h"
struct startup;
#include <stdarg.h>
#ifdef USE_MOSQUITTO
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment