]> granicus.if.org Git - esp-idf/commitdiff
esp_event: add missing header include
authorMahavir Jain <mahavir@espressif.com>
Tue, 9 Jul 2019 06:38:31 +0000 (12:08 +0530)
committerMahavir Jain <mahavir@espressif.com>
Fri, 26 Jul 2019 11:06:13 +0000 (16:36 +0530)
Required header was indirectly getting resolved through lwip includes,
apparently does not work if application is not using lwip networking stack.

components/esp_event/default_event_loop.c

index 91fb789277ed826b0a3c693e2fd53696ffccdb41..6b1f71ac4a58e627655f084db4bbc6610069d778 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "esp_event.h"
 #include "esp_event_internal.h"
+#include "esp_task.h"
 
 /* ------------------------- Static Variables ------------------------------- */