]> 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 08:28:26 +0000 (13:58 +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 5b402c0bde40bd01133f7bbfd6f7b2f12e5f9c99..01418c72a5475d00da6ee365ad5eb3877a6eedba 100644 (file)
@@ -14,6 +14,7 @@
 
 #include "esp_event.h"
 #include "esp_event_internal.h"
+#include "esp_task.h"
 
 /* ------------------------- Static Variables ------------------------------- */