File tree Expand file tree Collapse file tree 2 files changed +14
-6
lines changed
components/mosquitto/port Expand file tree Collapse file tree 2 files changed +14
-6
lines changed Original file line number Diff line number Diff line change 3
3
*
4
4
* SPDX-License-Identifier: EPL-2.0
5
5
*
6
- * SPDX-FileContributor: 2024 Espressif Systems (Shanghai) CO LTD
6
+ * SPDX-FileContributor: 2024-2025 Espressif Systems (Shanghai) CO LTD
7
7
*/
8
- #include <ctype.h>
9
- #include "mosquitto.h"
10
8
#include "mosquitto_broker_internal.h"
9
+ #include "mosquitto.h"
10
+ #include <ctype.h>
11
11
12
12
// Dummy implementation of file access
13
13
// This needs to be implemented if we need to load/store config from files
Original file line number Diff line number Diff line change 1
1
/*
2
- * SPDX-FileCopyrightText: 2024 Espressif Systems (Shanghai) CO LTD
2
+ * SPDX-FileCopyrightText: 2024-2025 Espressif Systems (Shanghai) CO LTD
3
3
*
4
4
* SPDX-License-Identifier: Apache-2.0
5
5
*/
6
6
#pragma once
7
+ #include_next "config.h"
8
+
9
+ /*
10
+ * =======================================================================
11
+ * Do NOT include any other header before this comment.
12
+ * config.h header configures critical macros that must be set before any
13
+ * system or standard library headers are included.
14
+ * =======================================================================
15
+ */
16
+
7
17
#include <ctype.h>
8
18
#include "net/if.h"
9
19
10
20
#undef isspace
11
21
#define isspace (__c ) (__ctype_lookup((int)__c)&_S)
12
22
13
- #include_next "config.h"
14
-
15
23
#define VERSION "v2.0.20~2"
You can’t perform that action at this time.
0 commit comments