Skip to content

Commit 3e7f9e9

Browse files
RC-Repositoriesurutva
authored andcommitted
aws-iot: Make #include explicit
Some files were used by ota_agent_task.c but not directly included. This commit fixes this. Signed-off-by: Reuben Cartwright <[email protected]>
1 parent c8ad3d0 commit 3e7f9e9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

components/aws_iot/ota_for_aws_iot_embedded_sdk/integration/src/ota_agent_task.c

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,13 @@
7474
#include "ota_pal.h"
7575

7676
/* Added for implicit inclusions */
77+
#include "core_mqtt.h"
7778
#include "core_mqtt_agent.h"
79+
#include "events.h"
7880
#include "logging_stack.h"
81+
#include "ota_os_interface.h"
82+
#include "ota_mqtt_interface.h"
83+
#include "ota_platform_interface.h"
7984
#include "ota_private.h"
8085
#include "subscription_manager.h"
8186

0 commit comments

Comments
 (0)