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:
Amruta Kulkarni
2020-09-17 15:29:00 -07:00
committed by snandini
parent e82dcc6541
commit 9a9a3fae4f

View File

@@ -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)
{