diff --git a/components/pmo/dispatcher/inc/wlan_pmo_arp_public_struct.h b/components/pmo/dispatcher/inc/wlan_pmo_arp_public_struct.h index 16993b3764..8d3feb77af 100644 --- a/components/pmo/dispatcher/inc/wlan_pmo_arp_public_struct.h +++ b/components/pmo/dispatcher/inc/wlan_pmo_arp_public_struct.h @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017 The Linux Foundation. All rights reserved. + * Copyright (c) 2017-2018 The Linux Foundation. All rights reserved. * * Permission to use, copy, modify, and/or distribute this software for * any purpose with or without fee is hereby granted, provided that the @@ -26,6 +26,8 @@ #ifndef _WLAN_PMO_ARP_PUBLIC_STRUCT_H_ #define _WLAN_PMO_ARP_PUBLIC_STRUCT_H_ +#ifdef WLAN_POWER_MANAGEMENT_OFFLOAD + #include "wlan_pmo_common_public_struct.h" /** @@ -54,5 +56,6 @@ struct pmo_arp_offload_params { struct qdf_mac_addr bssid; }; -#endif /* end of _WLAN_PMO_ARP_PUBLIC_STRUCT_H_ */ +#endif /* end of WLAN_POWER_MANAGEMENT_OFFLOAD */ +#endif /* end of _WLAN_PMO_ARP_PUBLIC_STRUCT_H_ */