Skip to content

Commit 4382e99

Browse files
authored
Merge pull request #1 from Rimco/patch-1
Include dependencies in external interface
2 parents ab6ac9a + e86be35 commit 4382e99

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wifi_manager.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ Contains the freeRTOS task and all necessary support
3333
#define WIFI_MANAGER_H_INCLUDED
3434

3535
#include <stdbool.h>
36+
#include "esp_wifi_types.h"
37+
#include "esp_netif.h"
3638

3739

3840
#ifdef __cplusplus

0 commit comments

Comments
 (0)