Fix compilation errors for mesh mode feature disable. Change-Id: I8dfb401791109099a84d9c40417afddc9be6c7c7 CRs-Fixed: 2495095
@@ -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"