]> granicus.if.org Git - esp-idf/commit
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)
commita8535767e46c153078a22c27664ab4cdcda5d195
tree1805212975caf297f2e6098af8fb6499f95f6ddf
parent842432fb654ebabd04b2fbaefad68ea67ee4fef6
esp_event: add missing header include

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