qcacmn: Fix compilation errors for mesh mode feature disable

Fix compilation errors for mesh mode feature disable.

Change-Id: I8dfb401791109099a84d9c40417afddc9be6c7c7
CRs-Fixed: 2495095
This commit is contained in:
Shashikala Prabhu
2019-07-23 11:44:44 +05:30
committed by nshrivas
parent 6e7d87df88
commit ae2a8a6d88

View File

@@ -28,7 +28,7 @@
#include "qdf_nbuf.h"
#include "qdf_net_types.h"
#include <wlan_cfg.h>
#ifdef MESH_MODE_SUPPORT
#if defined(MESH_MODE_SUPPORT) || defined(FEATURE_PERPKT_INFO)
#include "if_meta_hdr.h"
#endif
#include "enet.h"