Browse Source

qcacmn: Include correct header file in epping module for policy manager

Include the correct header file in epping module for policy manager as
part of policy manager restructuring.

Change-Id: I115e1473fade0da0c6fc2c2ce9eda061c83dfe66
CRs-Fixed: 2009818
Tushnim Bhattacharyya 8 years ago
parent
commit
bb105f90d1
1 changed files with 1 additions and 1 deletions
  1. 1 1
      utils/epping/src/epping_main.c

+ 1 - 1
utils/epping/src/epping_main.c

@@ -53,7 +53,7 @@
 #include "hif.h"
 #include "epping_main.h"
 #include "epping_internal.h"
-#include "cds_concurrency.h"
+#include "wlan_policy_mgr_api.h"
 
 #ifdef TIMER_MANAGER
 #define TIMER_MANAGER_STR " +TIMER_MANAGER"