Skip to content

Commit 45e7ed5

Browse files
Include dependencies in external interface (#2)
I noticed that including wifi_manager.h fails if these includes are not (implicitly) in the code. I propose to add them to allow easy inclusion. Authored-by: Rimco <[email protected]>
1 parent 65c4782 commit 45e7ed5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/wifi_manager.h

+2
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)