diff --git a/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h b/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h index 887776f48c..990322fcde 100644 --- a/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h +++ b/components/pmo/dispatcher/inc/wlan_pmo_common_public_struct.h @@ -26,6 +26,8 @@ #ifndef _WLAN_PMO_COMMONP_PUBLIC_STRUCT_H_ #define _WLAN_PMO_COMMONP_PUBLIC_STRUCT_H_ +#ifdef WLAN_POWER_MANAGEMENT_OFFLOAD + #include "wlan_cmn.h" #include "wlan_objmgr_cmn.h" #include "wlan_objmgr_global_obj.h" @@ -332,5 +334,6 @@ struct pmo_device_caps { bool unified_wow; }; -#endif /* end of _WLAN_PMO_COMMONP_STRUCT_H_ */ +#endif /* end of WLAN_POWER_MANAGEMENT_OFFLOAD */ +#endif /* end of _WLAN_PMO_COMMONP_STRUCT_H_ */