diff --git a/core/mac/src/pe/include/lim_process_fils.h b/core/mac/src/pe/include/lim_process_fils.h index 5fc20aa7ab..0f55bb261c 100644 --- a/core/mac/src/pe/include/lim_process_fils.h +++ b/core/mac/src/pe/include/lim_process_fils.h @@ -1,5 +1,6 @@ /* * Copyright (c) 2017-2021, The Linux Foundation. All rights reserved. + * Copyright (c) 2022 Qualcomm Innovation Center, Inc. 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 @@ -16,6 +17,9 @@ * PERFORMANCE OF THIS SOFTWARE. */ +#ifndef __LIM_PROCESS_FILS_H +#define __LIM_PROCESS_FILS_H + #include #include #include @@ -297,3 +301,4 @@ static inline bool lim_verify_fils_params_assoc_rsp(struct mac_context *mac_ctx, return true; } #endif +#endif