fix(mosq): include config.h before any system header

This commit is contained in:
Alexey Lapshin
2025-05-01 23:57:39 +07:00
parent c6f08ee961
commit 1b1ede435d
2 changed files with 14 additions and 6 deletions
+3 -3
View File
@@ -3,11 +3,11 @@
*
* SPDX-License-Identifier: EPL-2.0
*
* SPDX-FileContributor: 2024 Espressif Systems (Shanghai) CO LTD
* SPDX-FileContributor: 2024-2025 Espressif Systems (Shanghai) CO LTD
*/
#include <ctype.h>
#include "mosquitto.h"
#include "mosquitto_broker_internal.h"
#include "mosquitto.h"
#include <ctype.h>
// Dummy implementation of file access
// This needs to be implemented if we need to load/store config from files