浏览代码

qcacld-3.0: Add utils_mlo.h to avoid compilation issue

Currently utils_mlo.h is not present in lim_process_auth_frame.c
which may cause compilation issue because headerfile
is used in some files.

Change-Id: Icfb63c33bcd14c6cfd19828f95d29320ebf13356
CRs-Fixed: 3433968
Deeksha Gupta 2 年之前
父节点
当前提交
daf55602d0
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      core/mac/src/pe/lim/lim_process_auth_frame.c

+ 1 - 0
core/mac/src/pe/lim/lim_process_auth_frame.c

@@ -48,6 +48,7 @@
 #include "lim_types.h"
 #include <wlan_mlo_mgr_main.h>
 #include "wlan_nan_api_i.h"
+#include <utils_mlo.h>
 /**
  * is_auth_valid
  *