diff --git a/examples/protocols/mqtt/ssl_ds/main/app_main.c b/examples/protocols/mqtt/ssl_ds/main/app_main.c index 8c8f262d95..c4fb87bb91 100644 --- a/examples/protocols/mqtt/ssl_ds/main/app_main.c +++ b/examples/protocols/mqtt/ssl_ds/main/app_main.c @@ -28,6 +28,7 @@ #include "esp_log.h" #include "mqtt_client.h" +#include "rsa_sign_alt.h" /* pre_prov - name of partition containing encrypted prv key parameters ( It is set as such to synchronize it with the pre provisioning service */ #define NVS_PARTITION_NAME "pre_prov"