mirror of
https://github.com/espressif/esp-mqtt.git
synced 2025-08-01 03:35:11 +02:00
Merge branch 'bugfix/missing_header' into 'master'
Adds missing header. See merge request espressif/esp-mqtt!152
This commit is contained in:
@@ -2,6 +2,8 @@
|
||||
#include "mqtt_client_priv.h"
|
||||
#include "esp_log.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");
|
||||
#ifdef ESP_EVENT_ANY_ID
|
||||
|
Reference in New Issue
Block a user