summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYue Ma <yuem@qca.qualcomm.com>2015-12-15 17:21:12 -0800
committerAnjaneedevi Kapparapu <akappa@codeaurora.org>2015-12-21 13:22:10 +0530
commit7e5087c155cf1198a79d82705ae24e198dbbb264 (patch)
treedffb32820c952ba17f5792b78c27394c3a495d7f
parent1d4e279aa7562ff9e8a0e1695b010b445551682e (diff)
qcacld: Add the header file for stack trace APIs
Explicitly add the header file in order to compile stack trace APIs in any Linux environment. Change-Id: If779c855b895c61108d70641a11ffc62325e5bd4 CRs-fixed: 952163
-rw-r--r--CORE/VOSS/src/vos_memory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/CORE/VOSS/src/vos_memory.c b/CORE/VOSS/src/vos_memory.c
index abb04238bcd9..7c599c997d72 100644
--- a/CORE/VOSS/src/vos_memory.c
+++ b/CORE/VOSS/src/vos_memory.c
@@ -65,6 +65,7 @@
#ifdef MEMORY_DEBUG
#include "wlan_hdd_dp_utils.h"
+#include <linux/stacktrace.h>
hdd_list_t vosMemList;