From 9b4285f197e68cd3e135543e436d36a2522e2dba Mon Sep 17 00:00:00 2001 From: Joseph Chen Date: Wed, 11 Dec 2019 08:55:15 +0800 Subject: [PATCH] common.h: include stacktrace.h dump_stack() is a common function for all modules, place head file in common.h is convenient for them. Signed-off-by: Joseph Chen Change-Id: Ic36c826617116f204e6e416f09b00a8a2061a93f --- include/common.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/common.h b/include/common.h index 624daaca37..9a2e2c8b4b 100644 --- a/include/common.h +++ b/include/common.h @@ -37,6 +37,7 @@ typedef volatile unsigned char vu_char; #include #include #include +#include /* Bring in printf format macros if inttypes.h is included */ #define __STDC_FORMAT_MACROS