qcacmn: Fix compilation error in interface manager
- Compiler does not find declaration for functions declared in wlan_objmgr_global_obj.h file, causing errors fix is to add include header file. Change-Id: I5cd7f8ed78f36444d9512d5fecec62ad7d1cadde CRs-Fixed: 2779850
This commit is contained in:

committed by
snandini

parent
e82dcc6541
commit
9a9a3fae4f
@@ -18,6 +18,7 @@
|
||||
* DOC: contains core interface manager function definitions
|
||||
*/
|
||||
#include "wlan_if_mgr_main.h"
|
||||
#include "wlan_objmgr_global_obj.h"
|
||||
|
||||
QDF_STATUS wlan_if_mgr_init(void)
|
||||
{
|
||||
|
Reference in New Issue
Block a user