From c837f9cc5f6ab4d5b973603ed3fe0f31154b8455 Mon Sep 17 00:00:00 2001 From: XuanZe <119524428@qq.com> Date: Mon, 26 Mar 2018 16:07:20 +0800 Subject: [PATCH] fix: add header "esp_err.h" (#31) use type esp_err_t but you not include it's header --- include/mqtt_client.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/mqtt_client.h b/include/mqtt_client.h index 36530b5..b87a087 100755 --- a/include/mqtt_client.h +++ b/include/mqtt_client.h @@ -10,6 +10,7 @@ #include #include #include +#include "esp_err.h" #include "mqtt_config.h"