mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-09-27 15:41:52 +02:00
Adds missing header.
- esp_heap_caps is directly needed and wasn't included. - For target it's indirecly included but for host test it's needed.
This commit is contained in:
@@ -2,6 +2,8 @@
|
|||||||
#include "mqtt_client_priv.h"
|
#include "mqtt_client_priv.h"
|
||||||
#include "esp_log.h"
|
#include "esp_log.h"
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
#include "esp_heap_caps.h"
|
||||||
|
|
||||||
|
|
||||||
_Static_assert(sizeof(uint64_t) == sizeof(outbox_tick_t), "mqtt-client tick type size different from outbox tick type");
|
_Static_assert(sizeof(uint64_t) == sizeof(outbox_tick_t), "mqtt-client tick type size different from outbox tick type");
|
||||||
#ifdef ESP_EVENT_ANY_ID
|
#ifdef ESP_EVENT_ANY_ID
|
||||||
|
Reference in New Issue
Block a user